Home
last modified time | relevance | path

Searched refs:CONSTRUCTOR_ELTS (Results 1 – 25 of 127) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c642 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (init), idx, in split_nonconstant_init_1()
759 CONSTRUCTOR_ELTS (init)->ordered_remove (tidx); in split_nonconstant_init_1()
772 vec_safe_truncate (CONSTRUCTOR_ELTS (init), tidx); in split_nonconstant_init_1()
781 CONSTRUCTOR_ELTS (init) = NULL; in split_nonconstant_init_1()
1478 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (init); in process_init_constructor_array()
1621 CONSTRUCTOR_ELTS (init) = v; in process_init_constructor_array()
1674 constructor_elt *ce = &(*CONSTRUCTOR_ELTS (init))[idx]; in process_init_constructor_record()
1827 constructor_elt *ce = &(*CONSTRUCTOR_ELTS (init))[idx]; in process_init_constructor_record()
1874 CONSTRUCTOR_ELTS (init) = v; in process_init_constructor_record()
1891 if (vec_safe_is_empty (CONSTRUCTOR_ELTS (init))) in process_init_constructor_union()
[all …]
H A Dconstexpr.c313 vec = &CONSTRUCTOR_ELTS (ctor); in build_anon_member_initialization()
1463 CONSTRUCTOR_ELTS (n) = vec_safe_copy (CONSTRUCTOR_ELTS (*p) PASS_MEM_STAT); in unshare_constructor()
1465 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (n); in unshare_constructor()
1486 if (vec<constructor_elt, va_gc> *elts = CONSTRUCTOR_ELTS (c)) in free_constructor()
1739 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (ctor), idx, elt) in clear_no_implicit_zero()
2221 = (*CONSTRUCTOR_ELTS (DECL_INITIAL (d)))[idx].value; in cxx_eval_call_expression()
2770 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t), i, idx, val) in reduced_constant_expression_p()
3200 vec<constructor_elt, va_gc> *elts = CONSTRUCTOR_ELTS (ary); in find_array_ctor_elt()
3281 vec_safe_insert (CONSTRUCTOR_ELTS (ary), middle, e); in find_array_ctor_elt()
3297 vec_safe_insert (CONSTRUCTOR_ELTS (ary), middle + 1, e); in find_array_ctor_elt()
[all …]
H A Dexpr.c77 FOR_EACH_VEC_SAFE_ELT (CONSTRUCTOR_ELTS (cst), idx, elt) in cplus_expand_constant()
H A Dtree.c1882 = vec_safe_copy (CONSTRUCTOR_ELTS (t)); in strip_typedefs_expr()
1908 CONSTRUCTOR_ELTS (r) = vec; in strip_typedefs_expr()
3229 vec<constructor_elt,va_gc> *v = CONSTRUCTOR_ELTS (*t); in replace_placeholders_r()
3709 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t1), i, field, value) in cp_tree_equal()
4551 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (t), i, elt_init) in zero_init_expr_p()
5650 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (t); in stabilize_init()
H A Ddecl.c5733 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()
[all …]
H A Dvtable-class-hierarchy.c537 vec_safe_iterate (CONSTRUCTOR_ELTS (values), in register_construction_vtables()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc533 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (init), idx, in split_nonconstant_init_1()
678 CONSTRUCTOR_ELTS (init)->ordered_remove (tidx); in split_nonconstant_init_1()
691 vec_safe_truncate (CONSTRUCTOR_ELTS (init), tidx); in split_nonconstant_init_1()
700 CONSTRUCTOR_ELTS (init) = NULL; in split_nonconstant_init_1()
1461 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (init); in process_init_constructor_array()
1595 CONSTRUCTOR_ELTS (init) = v; in process_init_constructor_array()
1647 constructor_elt *ce = &(*CONSTRUCTOR_ELTS (init))[idx]; in process_init_constructor_record()
1787 constructor_elt *ce = &(*CONSTRUCTOR_ELTS (init))[idx]; in process_init_constructor_record()
1821 CONSTRUCTOR_ELTS (init) = v; in process_init_constructor_record()
1838 if (vec_safe_is_empty (CONSTRUCTOR_ELTS (init))) in process_init_constructor_union()
[all …]
H A Dconstexpr.cc319 vec = &CONSTRUCTOR_ELTS (ctor); in build_anon_member_initialization()
1606 CONSTRUCTOR_ELTS (n) = vec_safe_copy (CONSTRUCTOR_ELTS (*p) PASS_MEM_STAT); in unshare_constructor()
1608 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (n); in unshare_constructor()
1629 if (vec<constructor_elt, va_gc> *elts = CONSTRUCTOR_ELTS (c)) in free_constructor()
1892 for (auto &e: CONSTRUCTOR_ELTS (ctor)) in clear_no_implicit_zero()
2428 = (*CONSTRUCTOR_ELTS (DECL_INITIAL (d)))[idx].value; in cxx_eval_call_expression()
3032 for (auto &e: CONSTRUCTOR_ELTS (t)) in reduced_constant_expression_p()
3060 for (auto &e: CONSTRUCTOR_ELTS (t)) in reduced_constant_expression_p()
3579 vec<constructor_elt, va_gc> *elts = CONSTRUCTOR_ELTS (ary); in find_array_ctor_elt()
3660 vec_safe_insert (CONSTRUCTOR_ELTS (ary), middle, e); in find_array_ctor_elt()
[all …]
H A Dexpr.cc77 FOR_EACH_VEC_SAFE_ELT (CONSTRUCTOR_ELTS (cst), idx, elt) in cplus_expand_constant()
H A Dtree.cc1982 = vec_safe_copy (CONSTRUCTOR_ELTS (t)); in strip_typedefs_expr()
2008 CONSTRUCTOR_ELTS (r) = vec; in strip_typedefs_expr()
3442 vec<constructor_elt,va_gc> *v = CONSTRUCTOR_ELTS (*t); in replace_placeholders_r()
3949 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t1), i, field, value) in cp_tree_equal()
4848 for (constructor_elt &elt : CONSTRUCTOR_ELTS (t)) in zero_init_expr_p()
5972 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (t); in stabilize_init()
H A Dvtable-class-hierarchy.cc537 vec_safe_iterate (CONSTRUCTOR_ELTS (values), in register_construction_vtables()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-streamer-in.cc566 vec_safe_grow (CONSTRUCTOR_ELTS (expr), length, true); in streamer_read_tree_bitfields()
1020 (*CONSTRUCTOR_ELTS (expr))[i] = e; in lto_input_ts_constructor_tree_pointers()
H A Dvarasm.cc3163 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, value) in const_hash_1()
3341 v1 = CONSTRUCTOR_ELTS (t1); in compare_constant()
3342 v2 = CONSTRUCTOR_ELTS (t2); in compare_constant()
4605 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, tem) in compute_reloc_for_constant()
4662 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, tem) in output_addressed_constants()
4801 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (value), idx, elt) in initializer_constant_valid_p_1()
5089 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (value), idx, elt) in initializer_constant_valid_for_bitfield_p()
5241 && vec_safe_is_empty (CONSTRUCTOR_ELTS (exp))) in output_constant()
5371 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (val), cnt, index, value) in array_size_for_constructor()
5796 vec_safe_iterate (CONSTRUCTOR_ELTS (exp), cnt, &ce); in output_constructor()
H A Dtree-dump.cc634 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t), cnt, index, value) in dequeue_and_dump()
H A Dexpr.cc6438 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), idx, purpose, value) in categorize_ctor_elements_1()
6755 && ! CONSTRUCTOR_ELTS (exp)) in store_constructor()
6795 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, field, value) in store_constructor()
6927 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, index, value) in store_constructor()
6983 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), i, index, value) in store_constructor()
7248 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, value) in store_constructor()
7284 vec_safe_iterate (CONSTRUCTOR_ELTS (exp), idx, &ce); in store_constructor()
8083 FOR_EACH_VEC_SAFE_ELT (CONSTRUCTOR_ELTS (exp), idx, ce) in safe_from_p()
10843 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, value) in expand_expr_real_1()
10982 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (array), ix, in expand_expr_real_1()
[all …]
H A Dgimple-walk.cc786 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (rhs), ix, val) in walk_stmt_load_store_addr_ops()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c3081 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, value) in const_hash_1()
3259 v1 = CONSTRUCTOR_ELTS (t1); in compare_constant()
3260 v2 = CONSTRUCTOR_ELTS (t2); in compare_constant()
4344 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, tem) in compute_reloc_for_constant()
4401 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, tem) in output_addressed_constants()
4540 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (value), idx, elt) in initializer_constant_valid_p_1()
4828 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (value), idx, elt) in initializer_constant_valid_for_bitfield_p()
4980 && vec_safe_is_empty (CONSTRUCTOR_ELTS (exp))) in output_constant()
5109 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (val), cnt, index, value) in array_size_for_constructor()
5534 vec_safe_iterate (CONSTRUCTOR_ELTS (exp), cnt, &ce); in output_constructor()
H A Dtree-streamer-in.c558 vec_safe_grow (CONSTRUCTOR_ELTS (expr), length); in streamer_read_tree_bitfields()
1010 (*CONSTRUCTOR_ELTS (expr))[i] = e; in lto_input_ts_constructor_tree_pointers()
H A Dtree-dump.c634 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t), cnt, index, value) in dequeue_and_dump()
H A Dexpr.c6090 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), idx, purpose, value) in categorize_ctor_elements_1()
6407 && ! CONSTRUCTOR_ELTS (exp)) in store_constructor()
6447 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, field, value) in store_constructor()
6579 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, index, value) in store_constructor()
6635 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), i, index, value) in store_constructor()
6888 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, value) in store_constructor()
6928 vec_safe_iterate (CONSTRUCTOR_ELTS (exp), idx, &ce); in store_constructor()
7722 FOR_EACH_VEC_SAFE_ELT (CONSTRUCTOR_ELTS (exp), idx, ce) in safe_from_p()
10394 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, value) in expand_expr_real_1()
10533 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (array), ix, in expand_expr_real_1()
[all …]
H A Dgimple-walk.c765 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (rhs), ix, val) in walk_stmt_load_store_addr_ops()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c765 for (idx = 0; vec_safe_iterate (CONSTRUCTOR_ELTS (t), idx, &ce); idx++) in mentions_vars_p_constructor()
1568 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t1), i, index, value) in compare_tree_sccs_1()
2585 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (t), i, val) in lto_fixup_prevailing_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc766 for (idx = 0; vec_safe_iterate (CONSTRUCTOR_ELTS (t), idx, &ce); idx++) in mentions_vars_p_constructor()
1577 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t1), i, index, value) in compare_tree_sccs_1()
2594 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (t), i, val) in lto_fixup_prevailing_decls()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc728 CONSTRUCTOR_ELTS (ctor) = ce; in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc807 CONSTRUCTOR_ELTS (ctor) = ce; in convert_for_assignment()

123456