Searched refs:add_stmt_to_compound (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dtree.c2306 add_stmt_to_compound (tree orig, tree new)
2337 inits = add_stmt_to_compound (inits, init);
2298 add_stmt_to_compound (tree orig, tree new) function
H A Ddecl.c6274 init = add_stmt_to_compound (begin, init);
6275 init = add_stmt_to_compound
6277 init = add_stmt_to_compound
6281 init = add_stmt_to_compound (init, set_guard (guard));
6285 init = add_stmt_to_compound (init, register_dtor_fn (decl));
H A Dcp-tree.h4438 extern tree add_stmt_to_compound (tree, tree);

Completed in 263 milliseconds