Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcoverage.c668 array_value = build_constructor_from_list (TREE_TYPE (fields), in build_fn_info_value()
673 value = build_constructor_from_list (type, nreverse (value)); in build_fn_info_value()
767 value = build_constructor_from_list (type, nreverse (value)); in build_ctr_info_value()
856 fn_info_value = build_constructor_from_list (array_type, in build_gcov_info()
896 ctr_info_value = build_constructor_from_list (ctr_info_ary_type, in build_gcov_info()
907 value = build_constructor_from_list (type, nreverse (value)); in build_gcov_info()
HDtree-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()
HDc-parser.c8729 constructor = build_constructor_from_list (descriptor_type, in build_descriptor_block_decl()
8964 constructor = build_constructor_from_list (block_struct_type, in build_block_literal_tmp()
HDtree.h3646 extern tree build_constructor_from_list (tree, tree);
HDtree.c1043 build_constructor_from_list (tree type, tree vals) in build_constructor_from_list() function
HDc-decl.c3790 init = build_constructor_from_list (block_byref_type, nreverse (initlist)); in init_byref_decl()
HDexpr.c7021 tmp = build_constructor_from_list (type, in expand_expr_real_1()
HDChangeLog-20064155 (build_constructor_from_list): Likewise.
HDChangeLog-200511143 build_constructor_from_list): New functions.
/NextBSD/contrib/gcc/cp/
HDrtti.c870 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in tinfo_base_init()
888 init = build_constructor_from_list (NULL_TREE, init); in generic_initializer()
914 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptr_initializer()
947 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptm_initializer()
964 init = build_constructor_from_list (NULL_TREE, init); in class_initializer()
1076 base_init = build_constructor_from_list (NULL_TREE, base_init); in get_pseudo_ti_init()
1079 base_inits = build_constructor_from_list (NULL_TREE, base_inits); in get_pseudo_ti_init()
HDtypeck2.c604 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in store_init_value()
HDdecl.c5148 init = build_constructor_from_list (NULL_TREE, init); in initialize_artificial_var()
5544 init = build_constructor_from_list (block_byref_type, nreverse (initlist)); in init_byref_decl()
HDChangeLog5070 build_constructor_from_list instead of build_constructor.
5077 (store_init_value): Use build_constructor_from_list and update call
5086 (build_functional_cast): Use build_constructor_from_list instead of