Searched refs:non_const (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dmutable1.C4 void non_const(int *);
10 void func() const { non_const(&y); }
16 void func() const { non_const(&y); }
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c7743 bool non_const;
7770 non_const = ((init.value && TREE_CODE (init.value) == CONSTRUCTOR)
7773 non_const |= !type_expr_const;
7774 expr.value = build_compound_literal (start_loc, type, init.value, non_const);
7786 gcc_assert (!non_const);
7741 bool non_const; local
H A Dc-decl.c5110 build_compound_literal (location_t loc, tree type, tree init, bool non_const)
5172 if (non_const)
5086 build_compound_literal(location_t loc, tree type, tree init, bool non_const) argument
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c4592 c_wrap_maybe_const (tree expr, bool non_const)
4604 C_MAYBE_CONST_EXPR_NON_CONST (expr) = non_const;
12169 bool non_const = C_MAYBE_CONST_EXPR_NON_CONST (*vecp);
12174 non_const);
4582 c_wrap_maybe_const(tree expr, bool non_const) argument
12150 bool non_const = C_MAYBE_CONST_EXPR_NON_CONST (*vecp); local
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c19557 bool non_const = false;
19569 &non_const);
19576 else if (non_const)
19555 bool non_const = false; local

Completed in 469 milliseconds