Searched refs:TSI_SAME_STMT (Results 1 – 13 of 13) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | gimple-low.c | 200 tsi_link_before (tsi, stmt, TSI_SAME_STMT); in lower_omp_directive() 201 tsi_link_before (tsi, OMP_BODY (stmt), TSI_SAME_STMT); in lower_omp_directive() 339 tsi_link_before (tsi, BIND_EXPR_BODY (stmt), TSI_SAME_STMT); in lower_bind_expr() 588 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_return_expr() 673 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 680 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 685 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 689 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 697 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 704 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() [all …]
|
| D | tree-iterator.c | 136 case TSI_SAME_STMT: in tsi_link_before() 209 case TSI_SAME_STMT: in tsi_link_after()
|
| D | tree-iterator.h | 100 TSI_SAME_STMT, /* Leave the iterator at the same statement. */ enumerator
|
| D | tree-eh.c | 423 tsi_link_before (tsi, t, TSI_SAME_STMT); in replace_goto_queue_1() 1471 tsi_link_before (&i, x, TSI_SAME_STMT); in lower_catch() 1482 tsi_link_before (&i, CATCH_BODY (catch), TSI_SAME_STMT); in lower_catch() 1663 tsi_link_before (&i, t, TSI_SAME_STMT); in lower_eh_constructs_1()
|
| D | tree-nested.c | 393 tsi_link_before (tsi, stmt, TSI_SAME_STMT); in init_tmp_var() 421 tsi_link_after (tsi, stmt, TSI_SAME_STMT); in save_tmp_var() 1582 tsi_link_before (&wi->tsi, x, TSI_SAME_STMT); in convert_nl_goto_receiver() 1585 tsi_link_before (&wi->tsi, x, TSI_SAME_STMT); in convert_nl_goto_receiver()
|
| D | omp-low.c | 1776 tsi_link_before (&diter, dtor, TSI_SAME_STMT); in lower_rec_input_clauses() 4254 tsi_link_before (&wi->tsi, pre, TSI_SAME_STMT); in lower_regimplify() 4269 tsi_link_before (tsi, stmt, TSI_SAME_STMT); in init_tmp_var() 4287 tsi_link_after (tsi, stmt, TSI_SAME_STMT); in save_tmp_var()
|
| D | tree-mudflap.c | 1052 tsi_link_before (&initially_stmts, register_fncall, TSI_SAME_STMT); in mx_register_decls()
|
| D | gimplify.c | 3753 tsi_link_before (&i, t, TSI_SAME_STMT); in gimplify_statement_list() 4138 tsi_link_before (&iter, TREE_OPERAND (wce, 0), TSI_SAME_STMT); in gimplify_cleanup_point_expr()
|
| D | tree-cfg.c | 1919 tsi_link_before (&i, t, TSI_SAME_STMT); in remove_useless_stmts_1()
|
| D | c-decl.c | 8242 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT); in declare_block_prologue_local_vars()
|
| D | ChangeLog-2006 | 796 TSI_SAME_STMT, since that's the desired entity.
|
| D | ChangeLog-2005 | 12916 * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | parser.c | 20366 tsi_link_before (&i, initialization_stmt, TSI_SAME_STMT); in declare_block_prologue_local_vars() 20403 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT); in declare_block_prologue_local_byref_vars()
|