Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
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()
Dcp-gimplify.c535 *expr_p = build_constructor (TREE_TYPE (*expr_p), NULL); in cp_gimplify_expr()
Dinit.c212 init = build_constructor (type, v); in build_zero_init()
254 init = build_constructor (type, v); in build_zero_init()
Dsemantics.c2063 compound_literal = build_constructor (NULL_TREE, initializer_list); in finish_compound_literal()
Ddecl.c4493 new_init = build_constructor (NULL_TREE, NULL); in reshape_init_array_1()
4588 new_init = build_constructor (NULL_TREE, NULL); in reshape_init_class()
Dtypeck.c6203 u = build_constructor (type, v); in build_ptrmemfunc1()
DChangeLog5070 build_constructor_from_list instead of build_constructor.
5087 build_constructor.
Dpt.c9428 return build_constructor (NULL_TREE, n); in tsubst_copy_and_build()
DChangeLog-20034762 (build_functional_cast): Use build_constructor.
/freebsd-10-stable/contrib/gcc/
Dtree-vect-generic.c223 return build_constructor (type, v); in expand_vector_piecewise()
Dtree.c1012 build_constructor (tree type, VEC(constructor_elt,gc) *vals) in build_constructor() function
1034 t = build_constructor (type, v); in build_constructor_single()
1063 t = build_constructor (type, v); in build_constructor_from_list()
Dc-typeck.c2428 build_constructor (return_type, 0)); in build_function_call()
5856 ret.value = build_constructor (constructor_type, in pop_init_level()
Dtree.h3644 extern tree build_constructor (tree, VEC(constructor_elt,gc) *);
DChangeLog-200326831 * tree.c (build_constructor): New function.
26837 Use build_constructor.
26841 * objc/objc-act.c (build_constructor):
26842 Rename objc_build_constructor. Use build_constructor.
DChangeLog.tree-ssa7237 * tree.c (make_node, build_constructor): Likewise.
DChangeLog-20012278 * objc/objc-act.c (build_constructor): Cast initializer values
DChangeLog-20024022 (build_constructor): Tighten precondition check.
DChangeLog-200511144 (build_constructor): Update to take a VEC instead of a TREE_LIST.
DChangeLog-200433960 (build_constructor): Copy TREE_INVARIANT from vals.