Searched refs:build_constructor (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 123 static tree build_constructor PARAMS ((tree, tree)); 1345 constructor = build_constructor (constant_string_type, nreverse (initlist)); 1400 build_constructor (type, elts) in build_constructor() function 1539 return build_constructor (type, nreverse (initlist)); 1584 return build_constructor (type, nreverse (initlist)); 1673 return build_constructor (type, nreverse (initlist)); 1897 expr = build_constructor (TREE_TYPE (decl), nreverse (initlist)); in generate_static_references() 1920 expr = build_constructor (TREE_TYPE (static_instances_decl), in generate_static_references() 2087 expr = build_constructor (objc_selector_template, in build_selector_translation_table() 2103 initlist = build_constructor (TREE_TYPE (UOBJC_SELECTOR_TABLE_decl), in build_selector_translation_table() [all …]
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck2.c | 848 next = build_constructor (NULL_TREE, NULL); in process_init_constructor_array() 935 next = build_constructor (NULL_TREE, NULL); in process_init_constructor_record()
|
| H A D | cp-gimplify.c | 496 *expr_p = build_constructor (TREE_TYPE (*expr_p), NULL); in cp_gimplify_expr()
|
| H A D | init.c | 212 init = build_constructor (type, v); in build_zero_init() 254 init = build_constructor (type, v); in build_zero_init()
|
| H A D | semantics.c | 2020 compound_literal = build_constructor (NULL_TREE, initializer_list); in finish_compound_literal()
|
| H A D | decl.c | 4436 new_init = build_constructor (NULL_TREE, NULL); in reshape_init_array_1() 4531 new_init = build_constructor (NULL_TREE, NULL); in reshape_init_class()
|
| H A D | typeck.c | 5977 u = build_constructor (type, v); in build_ptrmemfunc1()
|
| H A D | ChangeLog | 5001 build_constructor_from_list instead of build_constructor. 5018 build_constructor.
|
| H A D | pt.c | 9392 return build_constructor (NULL_TREE, n); in tsubst_copy_and_build()
|
| H A D | ChangeLog-2003 | 4762 (build_functional_cast): Use build_constructor.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vect-generic.c | 223 return build_constructor (type, v); in expand_vector_piecewise()
|
| H A D | tree.c | 1004 build_constructor (tree type, VEC(constructor_elt,gc) *vals) in build_constructor() function 1026 t = build_constructor (type, v); in build_constructor_single() 1055 t = build_constructor (type, v); in build_constructor_from_list()
|
| H A D | c-typeck.c | 2298 build_constructor (return_type, 0)); in build_function_call() 5520 ret.value = build_constructor (constructor_type, in pop_init_level()
|
| H A D | tree.h | 3564 extern tree build_constructor (tree, VEC(constructor_elt,gc) *);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | ChangeLog | 133 instead of build_constructor.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog | 10488 (build_constructor): Tighten precondition check.
|
| H A D | ChangeLog.6 | 2278 * objc/objc-act.c (build_constructor): Cast initializer values
|