Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck2.cc858 bool const_init; in store_init_value() local
886 const_init = (reduced_constant_expression_p (value) in store_init_value()
888 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = const_init; in store_init_value()
891 TREE_CONSTANT (decl) = const_init && decl_maybe_constant_var_p (decl); in store_init_value()
892 if (!const_init) in store_init_value()
Dinit.cc4923 tree const_init = build_constructor (atype, const_vec); in build_vec_init() local
4924 return build2 (INIT_EXPR, atype, obase, const_init); in build_vec_init()
Dpt.cc18757 bool const_init = false; in tsubst_expr() local
18778 const_init = (DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P in tsubst_expr()
18800 cp_finish_decl (decl, init, const_init, asmspec_tree, 0); in tsubst_expr()
26544 bool const_init = false; in instantiate_body() local
26559 const_init = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_body()
26560 cp_finish_decl (d, init, const_init, NULL_TREE, 0); in instantiate_body()
26823 bool const_init = false; in instantiate_decl() local
26840 const_init in instantiate_decl()
26842 cp_finish_decl (d, init, /*init_const_expr_p=*/const_init, in instantiate_decl()