Lines Matching refs:new_init
6073 tree new_init; in reshape_init_array_1() local
6087 new_init = first_initializer_p; in reshape_init_array_1()
6089 new_init = build_constructor (init_list_type_node, NULL); in reshape_init_array_1()
6095 return new_init; in reshape_init_array_1()
6125 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), in reshape_init_array_1()
6128 TREE_CONSTANT (new_init) = false; in reshape_init_array_1()
6135 return new_init; in reshape_init_array_1()
6196 tree new_init; in reshape_init_class() local
6201 new_init = build_constructor (init_list_type_node, NULL); in reshape_init_class()
6217 return new_init; in reshape_init_class()
6282 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init); in reshape_init_class()
6295 return new_init; in reshape_init_class()
6548 tree new_init; in reshape_init() local
6585 new_init = reshape_init_r (type, &d, init, complain); in reshape_init()
6586 if (new_init == error_mark_node) in reshape_init()
6599 && BRACE_ENCLOSED_INITIALIZER_P (new_init)) in reshape_init()
6600 CONSTRUCTOR_IS_DIRECT_INIT (new_init) = true; in reshape_init()
6602 && BRACE_ENCLOSED_INITIALIZER_P (new_init)) in reshape_init()
6603 CONSTRUCTOR_IS_DESIGNATED_INIT (new_init) = true; in reshape_init()
6605 return new_init; in reshape_init()
6879 tree new_init = NULL_TREE; in check_initializer() local
6882 new_init = build_cplus_new (type, init_code, tf_none); in check_initializer()
6885 new_init = build_functional_cast (input_location, type, in check_initializer()
6887 if (new_init) in check_initializer()
6889 init = new_init; in check_initializer()