Home
last modified time | relevance | path

Searched refs:build_constructor_from_list (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dcoverage.c650 array_value = build_constructor_from_list (TREE_TYPE (fields), in build_fn_info_value()
655 value = build_constructor_from_list (type, nreverse (value)); in build_fn_info_value()
749 value = build_constructor_from_list (type, nreverse (value)); in build_ctr_info_value()
838 fn_info_value = build_constructor_from_list (array_type, in build_gcov_info()
878 ctr_info_value = build_constructor_from_list (ctr_info_ary_type, in build_gcov_info()
889 value = build_constructor_from_list (type, nreverse (value)); in build_gcov_info()
H A Dtree-vect-transform.c529 vec_inv = build_constructor_from_list (vectype, t); in vect_get_vec_def_for_operand()
706 vec = build_constructor_from_list (vectype, t); in get_initial_def_for_reduction()
H A Dtree.h3566 extern tree build_constructor_from_list (tree, tree);
H A Dtree.c1035 build_constructor_from_list (tree type, tree vals) in build_constructor_from_list() function
H A Dexpr.c6976 tmp = build_constructor_from_list (type, in expand_expr_real_1()
/openbsd/gnu/gcc/gcc/cp/
H A Drtti.c869 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in tinfo_base_init()
887 init = build_constructor_from_list (NULL_TREE, init); in generic_initializer()
913 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptr_initializer()
946 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptm_initializer()
963 init = build_constructor_from_list (NULL_TREE, init); in class_initializer()
1075 base_init = build_constructor_from_list (NULL_TREE, base_init); in get_pseudo_ti_init()
1078 base_inits = build_constructor_from_list (NULL_TREE, base_inits); in get_pseudo_ti_init()
H A Dtypeck2.c604 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in store_init_value()
H A DChangeLog5001 build_constructor_from_list instead of build_constructor.
5008 (store_init_value): Use build_constructor_from_list and update call
5017 (build_functional_cast): Use build_constructor_from_list instead of
H A Ddecl.c5086 init = build_constructor_from_list (NULL_TREE, init); in initialize_artificial_var()
/openbsd/gnu/gcc/gcc/objc/
H A DChangeLog132 * objc-act.c (objc_build_constructor): Use build_constructor_from_list
H A Dobjc-act.c2021 tree constructor = build_constructor_from_list (type, elts); in objc_build_constructor()