Home
last modified time | relevance | path

Searched refs:add_stmt_to_compound (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDtree.c2298 add_stmt_to_compound (tree orig, tree new) in add_stmt_to_compound() function
2329 inits = add_stmt_to_compound (inits, init); in stabilize_call()
HDdecl.c6263 init = add_stmt_to_compound (begin, init); in expand_static_init()
6264 init = add_stmt_to_compound in expand_static_init()
6266 init = add_stmt_to_compound in expand_static_init()
6270 init = add_stmt_to_compound (init, set_guard (guard)); in expand_static_init()
6274 init = add_stmt_to_compound (init, register_dtor_fn (decl)); in expand_static_init()
HDcp-tree.h4429 extern tree add_stmt_to_compound (tree, tree);
HDChangeLog-20042498 * tree.c (add_stmt_to_compound): New fn.
/NextBSD/contrib/gcc/
HDChangeLog.tree-ssa5836 (add_stmt_to_compound): Remove.
6023 * gimplify.c (add_stmt_to_compound, add_tree): Remove.
9199 (add_tree, add_stmt_to_compound): Do add an empty stmt if we
15478 (simplify_c_loop): Use add_tree instead of add_stmt_to_compound.
HDChangeLog-200210033 (add_stmt_to_compound): New function.