Lines Matching refs:CONSTRUCTOR_ELTS
5733 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initializer); in maybe_deduce_size_from_array_init()
5849 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (DECL_INITIAL (decl))) in layout_var_decl()
5856 constructor_elt &elt = CONSTRUCTOR_ELTS (DECL_INITIAL (decl))->last (); in layout_var_decl()
6125 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), in reshape_init_array_1()
6282 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init); in reshape_init_class()
6460 str_init = (*CONSTRUCTOR_ELTS (stripped_str_init))[0].value; in reshape_init_r()
6552 v = CONSTRUCTOR_ELTS (init); in reshape_init()
6911 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (DECL_INITIAL (decl)))) in check_initializer()
6913 tree elt = CONSTRUCTOR_ELTS (DECL_INITIAL (decl))->last ().value; in check_initializer()
7236 elts = CONSTRUCTOR_ELTS (init); in value_dependent_init_p()
9146 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (initial_value))) in cp_complete_array_type()
9148 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initial_value); in cp_complete_array_type()
9161 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (initial_value), in cp_complete_array_type()