Searched refs:const_init (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 909 bool const_init; in store_init_value() local 937 const_init = (reduced_constant_expression_p (value) in store_init_value() 939 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = const_init; in store_init_value() 942 TREE_CONSTANT (decl) = const_init && decl_maybe_constant_var_p (decl); in store_init_value() 943 if (!const_init) in store_init_value()
|
H A D | init.c | 4767 tree const_init = build_constructor (atype, const_vec); in build_vec_init() local 4768 return build2 (INIT_EXPR, atype, obase, const_init); in build_vec_init()
|
H A D | pt.c | 18157 bool const_init = false; in tsubst_expr() local 18178 const_init = (DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P in tsubst_expr() 18195 cp_finish_decl (decl, init, const_init, asmspec_tree, in tsubst_expr() 25824 bool const_init = false; in instantiate_decl() local 25841 const_init in instantiate_decl() 25843 cp_finish_decl (d, init, /*init_const_expr_p=*/const_init, in instantiate_decl() 25927 bool const_init = false; in instantiate_decl() local 25952 const_init = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_decl() 25955 cp_finish_decl (d, init, const_init, NULL_TREE, flags); in instantiate_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 858 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()
|
H A D | init.cc | 4923 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()
|
H A D | pt.cc | 18757 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()
|