Searched refs:build_constructor_from_list (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | coverage.c | 650 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 D | tree-vect-transform.c | 529 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 D | tree.h | 3566 extern tree build_constructor_from_list (tree, tree);
|
H A D | tree.c | 1035 build_constructor_from_list (tree type, tree vals) in build_constructor_from_list() function
|
H A D | expr.c | 6976 tmp = build_constructor_from_list (type, in expand_expr_real_1()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | rtti.c | 869 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 D | typeck2.c | 604 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in store_init_value()
|
H A D | ChangeLog | 5001 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 D | decl.c | 5086 init = build_constructor_from_list (NULL_TREE, init); in initialize_artificial_var()
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | ChangeLog | 132 * objc-act.c (objc_build_constructor): Use build_constructor_from_list
|
H A D | objc-act.c | 2021 tree constructor = build_constructor_from_list (type, elts); in objc_build_constructor()
|