Searched refs:const_init (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck2.c820 bool const_init;
837 const_init = (reduced_constant_expression_p (value)
839 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = const_init;
840 TREE_CONSTANT (decl) = const_init && decl_maybe_constant_var_p (decl);
818 bool const_init; local
H A Dpt.c14097 int const_init = false;
14112 const_init = (DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P
14114 cp_finish_decl (decl, init, const_init, NULL_TREE, 0);
20472 bool const_init = false;
20489 const_init
20491 cp_finish_decl (d, init, /*init_const_expr_p=*/const_init,
20572 bool const_init = false;
20597 const_init = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern);
20598 cp_finish_decl (d, init, const_init, NULL_TREE, 0);
14096 int const_init = false; local
20470 bool const_init = false; local
20570 bool const_init = false; local
H A Dinit.c3907 tree const_init = build_constructor (atype, const_vec);
3908 return build2 (INIT_EXPR, atype, obase, const_init);
3904 tree const_init = build_constructor (atype, const_vec); local

Completed in 196 milliseconds