Searched refs:build_constructor (Results 1 – 19 of 19) sorted by relevance
| /freebsd-10-stable/contrib/gcc/cp/ |
| 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()
|
| D | cp-gimplify.c | 535 *expr_p = build_constructor (TREE_TYPE (*expr_p), NULL); in cp_gimplify_expr()
|
| D | init.c | 212 init = build_constructor (type, v); in build_zero_init() 254 init = build_constructor (type, v); in build_zero_init()
|
| D | semantics.c | 2063 compound_literal = build_constructor (NULL_TREE, initializer_list); in finish_compound_literal()
|
| D | decl.c | 4493 new_init = build_constructor (NULL_TREE, NULL); in reshape_init_array_1() 4588 new_init = build_constructor (NULL_TREE, NULL); in reshape_init_class()
|
| D | typeck.c | 6203 u = build_constructor (type, v); in build_ptrmemfunc1()
|
| D | ChangeLog | 5070 build_constructor_from_list instead of build_constructor. 5087 build_constructor.
|
| D | pt.c | 9428 return build_constructor (NULL_TREE, n); in tsubst_copy_and_build()
|
| D | ChangeLog-2003 | 4762 (build_functional_cast): Use build_constructor.
|
| /freebsd-10-stable/contrib/gcc/ |
| D | tree-vect-generic.c | 223 return build_constructor (type, v); in expand_vector_piecewise()
|
| D | tree.c | 1012 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()
|
| D | c-typeck.c | 2428 build_constructor (return_type, 0)); in build_function_call() 5856 ret.value = build_constructor (constructor_type, in pop_init_level()
|
| D | tree.h | 3644 extern tree build_constructor (tree, VEC(constructor_elt,gc) *);
|
| D | ChangeLog-2003 | 26831 * 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.
|
| D | ChangeLog.tree-ssa | 7237 * tree.c (make_node, build_constructor): Likewise.
|
| D | ChangeLog-2001 | 2278 * objc/objc-act.c (build_constructor): Cast initializer values
|
| D | ChangeLog-2002 | 4022 (build_constructor): Tighten precondition check.
|
| D | ChangeLog-2005 | 11144 (build_constructor): Update to take a VEC instead of a TREE_LIST.
|
| D | ChangeLog-2004 | 33960 (build_constructor): Copy TREE_INVARIANT from vals.
|