Home
last modified time | relevance | path

Searched refs:tsi_next (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-iterator.h87 tsi_next (tree_stmt_iterator *i) in tsi_next() function
Dprint-tree.cc916 for (i = tsi_start (node); !tsi_end_p (i); tsi_next (&i)) in print_node()
923 for (i = tsi_start (node); !tsi_end_p (i); tsi_next (&i)) in print_node()
Dtree-dump.cc423 for (i = 0, it = tsi_start (t); !tsi_end_p (it); tsi_next (&it), i++) in dequeue_and_dump()
Dtree-pretty-print.cc2624 for (si = tsi_start (node); !tsi_end_p (si); tsi_next (&si)) in dump_generic_node()
Dgimplify.cc1081 tsi_next (&i); in rexpr_location()
3961 tsi_next (&i); in find_goto()
12592 tsi_next (&si)) in gimplify_omp_for()
Dfold-const.cc3621 tsi_next (&tsi1), tsi_next (&tsi2)) in operand_equal_p()
3765 !tsi_end_p (i); tsi_next (&i)) in hash_operand()
Dtree-inline.cc896 for (; !tsi_end_p (oi); tsi_next (&oi)) in copy_statement_list()
Dtree.cc11349 for (i = tsi_start (*tp); !tsi_end_p (i); tsi_next (&i)) in walk_tree_1()
12408 for (; !tsi_end_p (i); tsi_next (&i)) in try_catch_may_fallthru()
DChangeLog.tree-ssa11248 * tree-iterator.h (tsi_next): Don't call STRIP_NOPS.
12791 (gsi_step): Move to tree-iterator.h and renamed to tsi_next.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc994 for (; !tsi_end_p (i); tsi_next (&i)) in check_handlers_1()
1026 tsi_next (&i); in check_handlers()
1350 tsi_next (&iter); in maybe_splice_retval_cleanup()
Dsemantics.cc6151 i++, tsi_next (&tsi)) in cp_check_omp_declare_reduction()
6355 i++, tsi_next (&tsi)) in finish_omp_reduction_clause()
Dpt.cc19656 i++, tsi_next (&tsi)) in tsubst_omp_udr()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-01.cc2613 for (; !tsi_end_p (i); tsi_next (&i)) in next_sjlj_build_catch_list()
Dobjc-act.cc4417 for (; !tsi_end_p (i); tsi_next (&i)) in objc_begin_catch_clause()