Lines Matching refs:constructor_elt
280 vec<constructor_elt, va_gc> **vec_outer) in build_anon_member_initialization() argument
297 vec<constructor_elt, va_gc> **vec = vec_outer; in build_anon_member_initialization()
331 build_data_member_initialization (tree t, vec<constructor_elt, va_gc> **vec) in build_data_member_initialization() argument
539 static vec<constructor_elt, va_gc> *
540 sort_constexpr_mem_initializers (tree type, vec<constructor_elt, va_gc> *v) in sort_constexpr_mem_initializers() argument
545 constructor_elt *ce; in sort_constexpr_mem_initializers()
562 vec<constructor_elt, va_gc> &vref = *v; in sort_constexpr_mem_initializers()
563 constructor_elt elt = vref[i]; in sort_constexpr_mem_initializers()
578 vec<constructor_elt, va_gc> *vec = NULL; in build_constexpr_constructor_member_initializers()
646 constructor_elt *ce = &(*vec)[0]; in build_constexpr_constructor_member_initializers()
1465 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (n); in unshare_constructor()
1466 constructor_elt *ce; in unshare_constructor()
1486 if (vec<constructor_elt, va_gc> *elts = CONSTRUCTOR_ELTS (c)) in free_constructor()
1488 constructor_elt *ce; in free_constructor()
3200 vec<constructor_elt, va_gc> *elts = CONSTRUCTOR_ELTS (ary); in find_array_ctor_elt()
3249 constructor_elt &elt = (*elts)[middle]; in find_array_ctor_elt()
3262 constructor_elt e; in find_array_ctor_elt()
3306 constructor_elt e = { dindex, NULL_TREE }; in find_array_ctor_elt()
3320 static constructor_elt *
3342 vec<constructor_elt, va_gc> *elts = CONSTRUCTOR_ELTS (ctor);
3354 constructor_elt *cep = CONSTRUCTOR_ELT (ctor, i);
3369 constructor_elt *cep = NULL;
3408 constructor_elt ce = { index, NULL_TREE };
3732 constructor_elt *cep = CONSTRUCTOR_ELT (whole, 0); in cxx_eval_component_reference()
3884 static constructor_elt *
3885 base_field_constructor_elt (vec<constructor_elt, va_gc> *v, tree ref) in base_field_constructor_elt() argument
3890 constructor_elt *ce; in base_field_constructor_elt()
3896 constructor_elt *base_ce in base_field_constructor_elt()
4018 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (t); in cxx_eval_bare_aggregate()
4034 vec<constructor_elt, va_gc> **p = &CONSTRUCTOR_ELTS (ctx->ctor); in cxx_eval_bare_aggregate()
4053 constructor_elt *cep = get_or_insert_ctor_field (ctx->ctor, index); in cxx_eval_bare_aggregate()
4080 constructor_elt *inner = base_field_constructor_elt (*p, index); in cxx_eval_bare_aggregate()
4104 constructor_elt *cep in cxx_eval_bare_aggregate()
4146 vec<constructor_elt, va_gc> **p = &CONSTRUCTOR_ELTS (ctx->ctor); in cxx_eval_vec_init_1()
4959 constructor_elt elt = in cxx_eval_store_expression()
5022 constructor_elt *cep in cxx_eval_store_expression()
5115 constructor_elt *cep in cxx_eval_store_expression()
8410 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (t); in potential_constant_expression_1()
8411 constructor_elt *ce; in potential_constant_expression_1()