Searched refs:build_aggr_init (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c527 finish_expr_stmt (build_aggr_init (decl, init,
747 finish_expr_stmt (build_aggr_init (decl, init, flags,
1530 build_aggr_init (tree exp, tree init, int flags, tsubst_flags_t complain) function
3644 one_init = build_aggr_init (baseref, elt, 0, complain);
3778 elt_init = build_aggr_init (to, from, 0, complain);
3805 elt_init = build_aggr_init (to, init, 0, complain);
H A Dsemantics.c3995 call_expr = build_aggr_init (slot, call_expr,
H A Dcp-tree.h5591 extern tree build_aggr_init (tree, tree, int,
H A Ddecl.c5864 Set stmts_are_full_exprs_p to 1 across a call to build_aggr_init. */
5871 return build_aggr_init (decl, init, flags, tf_warning_or_error);

Completed in 159 milliseconds