Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc5847 add_stmt_to_compound (tree orig, tree new_expr) in add_stmt_to_compound() function
5881 inits = add_stmt_to_compound (inits, init); in stabilize_call()
5909 inits = add_stmt_to_compound (inits, init); in stabilize_aggr_init()
5982 *initp = add_stmt_to_compound (*initp, subinit); in stabilize_init()
Dtypeck2.cc781 code = add_stmt_to_compound (ie, code); in split_nonconstant_init()
Ddecl.cc9722 init = add_stmt_to_compound (begin, init); in expand_static_init()
9723 init = add_stmt_to_compound (init, in expand_static_init()
9729 init = add_stmt_to_compound (init, register_dtor_fn (decl)); in expand_static_init()
9731 init = add_stmt_to_compound (init, build_call_n (release_fn, 1, in expand_static_init()
9736 init = add_stmt_to_compound (init, set_guard (guard)); in expand_static_init()
9740 init = add_stmt_to_compound (init, register_dtor_fn (decl)); in expand_static_init()
DChangeLog-20081369 * tree.c (add_stmt_to_compound): Likewise.
Dcp-tree.h7791 extern tree add_stmt_to_compound (tree, tree);
Dtypeck.cc6261 instrument_expr = add_stmt_to_compound (instrument_expr, in cp_build_binary_op()
Dcall.cc12978 init = add_stmt_to_compound (init, register_dtor_fn (var)); in set_up_extended_ref_temp()
DChangeLog-20042498 * tree.c (add_stmt_to_compound): New fn.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.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.
DChangeLog-200210033 (add_stmt_to_compound): New function.