/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 999 init = build_constructor_single (init_list_type_node, NULL_TREE, init); in generic_initializer()
|
H A D | typeck2.c | 1695 next = build_constructor_single (init_list_type_node, in process_init_constructor_record()
|
H A D | method.c | 1861 from = build_constructor_single (init_list_type_node, NULL_TREE, in constructible_expr()
|
H A D | init.c | 1769 init = build_constructor_single (init_list_type_node, in build_aggr_init()
|
H A D | call.c | 12318 tree e = build_constructor_single (init_list_type_node, NULL_TREE, expr); in initialize_reference()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 1013 init = build_constructor_single (init_list_type_node, NULL_TREE, init); in generic_initializer()
|
H A D | method.cc | 2139 from = build_constructor_single (init_list_type_node, NULL_TREE, in constructible_expr()
|
H A D | init.cc | 1995 init = build_constructor_single (init_list_type_node, in build_aggr_init()
|
H A D | ChangeLog-2010 | 2851 (generic_initializer): Use build_constructor_single instead of
|
H A D | typeck.cc | 8051 tree e = build_constructor_single (init_list_type_node, NULL_TREE, expr); in build_static_cast_1()
|
H A D | call.cc | 13071 tree e = build_constructor_single (init_list_type_node, NULL_TREE, expr); in initialize_reference()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-codegen.cc | 473 value = build_constructor_single (ctype, TYPE_FIELDS (ctype), in build_typeof_null_value()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-codegen.cc | 476 value = build_constructor_single (ctype, TYPE_FIELDS (ctype), in build_typeof_null_value()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 1227 v0 = build_constructor_single (ret_type, NULL_TREE, v0); in c_build_shufflevector() 1234 v1 = build_constructor_single (ret_type, NULL_TREE, v1); in c_build_shufflevector()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 5861 t = build_constructor_single (type, field, t); in build_c_cast() 7055 return build_constructor_single (type, memb, rhs); in convert_for_assignment()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 4406 extern tree build_constructor_single (tree, tree, tree);
|
H A D | tree.c | 2067 build_constructor_single (tree type, tree index, tree value) in build_constructor_single() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 4574 extern tree build_constructor_single (tree, tree, tree);
|
H A D | tree.cc | 2284 build_constructor_single (tree type, tree index, tree value) in build_constructor_single() function
|
H A D | ChangeLog-2005 | 5843 * c-typeck.c (convert_for_assignment): Use build_constructor_single 11141 (build_vector_from_ctor, build_constructor_single,
|
H A D | ChangeLog-2006 | 11237 * tree.c (build_constructor_single): Mark a CONSTRUCTOR as constant,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 5979 t = build_constructor_single (type, field, t); in build_c_cast() 7168 return build_constructor_single (type, memb, rhs); in convert_for_assignment()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-array.c | 494 tmp = build_constructor_single (type, field, null_pointer_node); in gfc_build_null_descriptor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-array.cc | 541 tmp = build_constructor_single (type, field, null_pointer_node); in gfc_build_null_descriptor()
|
H A D | trans-intrinsic.cc | 10111 se->expr = build_constructor_single (type, field, t1); in conv_intrinsic_ieee_class()
|