Home
last modified time | relevance | path

Searched refs:tree_stmt_iterator (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-iterator.h32 struct tree_stmt_iterator { struct
39 bool operator== (tree_stmt_iterator b) const argument
41 bool operator!= (tree_stmt_iterator b) const { return !(*this == b); }
42 tree_stmt_iterator &operator++ () { ptr = ptr->next; return *this; }
43 tree_stmt_iterator &operator-- () { ptr = ptr->prev; return *this; }
44 tree_stmt_iterator operator++ (int)
45 { tree_stmt_iterator x = *this; ++*this; return x; } argument
46 tree_stmt_iterator operator-- (int)
47 { tree_stmt_iterator x = *this; --*this; return x; } argument
52 static inline tree_stmt_iterator
[all …]
Dtree-iterator.cc66 tree_stmt_iterator i; in append_to_statement_list_1()
111 tsi_link_before (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) in tsi_link_before()
188 tsi_link_after (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) in tsi_link_after()
264 tsi_delink (tree_stmt_iterator *i) in tsi_delink()
Dfunction-tests.cc235 tree_stmt_iterator stmt_iter = tsi_start (stmt_list); in build_trivial_generic_function()
Dtree-dump.cc422 tree_stmt_iterator it; in dequeue_and_dump()
Dprint-tree.cc915 tree_stmt_iterator i; in print_node()
Dgimplify.cc1075 tree_stmt_iterator i = tsi_start (expr); in rexpr_location()
1136 tree_stmt_iterator i = tsi_last (*p); in voidify_wrapper_expr()
2015 tree_stmt_iterator i = tsi_start (*expr_p); in gimplify_statement_list()
3958 tree_stmt_iterator i = tsi_start (expr); in find_goto()
12590 tree_stmt_iterator si; in gimplify_omp_for()
Dtree-pretty-print.cc2615 tree_stmt_iterator si; in dump_generic_node()
Dtree-inline.cc887 tree_stmt_iterator oi, ni; in copy_statement_list()
Dtree.cc11348 tree_stmt_iterator i; in walk_tree_1()
12394 tree_stmt_iterator i; in try_catch_may_fallthru()
Dfold-const.cc3617 tree_stmt_iterator tsi1, tsi2; in operand_equal_p()
3763 tree_stmt_iterator i; in hash_operand()
DChangeLog.tree-ssa5734 * gimple-low.c: Update for tree_stmt_iterator changes.
5844 update for change in tree_stmt_iterator wrt COMPOUND_EXPR.
DChangeLog-20077721 Update all users to use tree_stmt_iterator.
DChangeLog-202124765 * tree-iterator.h (struct tree_stmt_iterator): Add operator++,
DChangeLog-20132432 * tree-iterator.h (tree_stmt_iterator): Remove typedef.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc990 check_handlers_1 (tree master, tree_stmt_iterator i) in check_handlers_1()
1014 tree_stmt_iterator i; in check_handlers()
1337 tree_stmt_iterator iter = tsi_start (compound_stmt); in maybe_splice_retval_cleanup()
Dcp-gimplify.cc1859 tree_stmt_iterator i = tsi_last (t); in cp_maybe_instrument_return()
Dsemantics.cc6146 tree_stmt_iterator tsi; in cp_check_omp_declare_reduction()
6345 tree_stmt_iterator tsi; in finish_omp_reduction_clause()
Dconstexpr.cc511 tree_stmt_iterator i = tsi_last (list); in check_constexpr_ctor_body()
Dmodule.cc6606 tree_stmt_iterator iter = tsi_start (t); in core_vals()
Dpt.cc19650 tree_stmt_iterator tsi; in tsubst_omp_udr()
Dparser.cc41952 tree_stmt_iterator i = tsi_start (init); in cp_parser_omp_for_loop_init()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-01.cc2608 tree_stmt_iterator i = tsi_start ((*ctcp)->catch_list); in next_sjlj_build_catch_list()
Dobjc-act.cc4416 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list); in objc_begin_catch_clause()