Searched refs:add_stmt_to_compound (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | tree.cc | 5847 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()
|
| D | typeck2.cc | 781 code = add_stmt_to_compound (ie, code); in split_nonconstant_init()
|
| D | decl.cc | 9722 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()
|
| D | ChangeLog-2008 | 1369 * tree.c (add_stmt_to_compound): Likewise.
|
| D | cp-tree.h | 7791 extern tree add_stmt_to_compound (tree, tree);
|
| D | typeck.cc | 6261 instrument_expr = add_stmt_to_compound (instrument_expr, in cp_build_binary_op()
|
| D | call.cc | 12978 init = add_stmt_to_compound (init, register_dtor_fn (var)); in set_up_extended_ref_temp()
|
| D | ChangeLog-2004 | 2498 * tree.c (add_stmt_to_compound): New fn.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog.tree-ssa | 5836 (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.
|
| D | ChangeLog-2002 | 10033 (add_stmt_to_compound): New function.
|