Home
last modified time | relevance | path

Searched refs:build_constructor (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c123 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 Dtypeck2.c848 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 Dcp-gimplify.c496 *expr_p = build_constructor (TREE_TYPE (*expr_p), NULL); in cp_gimplify_expr()
H A Dinit.c212 init = build_constructor (type, v); in build_zero_init()
254 init = build_constructor (type, v); in build_zero_init()
H A Dsemantics.c2020 compound_literal = build_constructor (NULL_TREE, initializer_list); in finish_compound_literal()
H A Ddecl.c4436 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 Dtypeck.c5977 u = build_constructor (type, v); in build_ptrmemfunc1()
H A DChangeLog5001 build_constructor_from_list instead of build_constructor.
5018 build_constructor.
H A Dpt.c9392 return build_constructor (NULL_TREE, n); in tsubst_copy_and_build()
H A DChangeLog-20034762 (build_functional_cast): Use build_constructor.
/openbsd-src/gnu/gcc/gcc/
H A Dtree-vect-generic.c223 return build_constructor (type, v); in expand_vector_piecewise()
H A Dtree.c1004 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 Dc-typeck.c2298 build_constructor (return_type, 0)); in build_function_call()
5520 ret.value = build_constructor (constructor_type, in pop_init_level()
H A Dtree.h3564 extern tree build_constructor (tree, VEC(constructor_elt,gc) *);
/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog133 instead of build_constructor.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog10488 (build_constructor): Tighten precondition check.
H A DChangeLog.62278 * objc/objc-act.c (build_constructor): Cast initializer values