Searched refs:tree_stmt_iterator (Results 1 – 23 of 23) sorted by relevance
32 struct tree_stmt_iterator { struct39 bool operator== (tree_stmt_iterator b) const argument41 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; } argument46 tree_stmt_iterator operator-- (int)47 { tree_stmt_iterator x = *this; --*this; return x; } argument52 static inline tree_stmt_iterator[all …]
66 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()
235 tree_stmt_iterator stmt_iter = tsi_start (stmt_list); in build_trivial_generic_function()
422 tree_stmt_iterator it; in dequeue_and_dump()
915 tree_stmt_iterator i; in print_node()
1075 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()
2615 tree_stmt_iterator si; in dump_generic_node()
887 tree_stmt_iterator oi, ni; in copy_statement_list()
11348 tree_stmt_iterator i; in walk_tree_1()12394 tree_stmt_iterator i; in try_catch_may_fallthru()
3617 tree_stmt_iterator tsi1, tsi2; in operand_equal_p()3763 tree_stmt_iterator i; in hash_operand()
5734 * gimple-low.c: Update for tree_stmt_iterator changes.5844 update for change in tree_stmt_iterator wrt COMPOUND_EXPR.
7721 Update all users to use tree_stmt_iterator.
24765 * tree-iterator.h (struct tree_stmt_iterator): Add operator++,
2432 * tree-iterator.h (tree_stmt_iterator): Remove typedef.
990 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()
1859 tree_stmt_iterator i = tsi_last (t); in cp_maybe_instrument_return()
6146 tree_stmt_iterator tsi; in cp_check_omp_declare_reduction()6345 tree_stmt_iterator tsi; in finish_omp_reduction_clause()
511 tree_stmt_iterator i = tsi_last (list); in check_constexpr_ctor_body()
6606 tree_stmt_iterator iter = tsi_start (t); in core_vals()
19650 tree_stmt_iterator tsi; in tsubst_omp_udr()
41952 tree_stmt_iterator i = tsi_start (init); in cp_parser_omp_for_loop_init()
2608 tree_stmt_iterator i = tsi_start ((*ctcp)->catch_list); in next_sjlj_build_catch_list()
4416 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list); in objc_begin_catch_clause()