Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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 …]
H A 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()
H A Dfunction-tests.cc235 tree_stmt_iterator stmt_iter = tsi_start (stmt_list); in build_trivial_generic_function()
H A Dtree-dump.cc422 tree_stmt_iterator it; in dequeue_and_dump()
H A Dprint-tree.cc915 tree_stmt_iterator i; in print_node()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-iterator.h32 struct tree_stmt_iterator { struct
37 static inline tree_stmt_iterator argument
40 tree_stmt_iterator i; in tsi_start()
48 static inline tree_stmt_iterator
51 tree_stmt_iterator i; in tsi_last()
60 tsi_end_p (tree_stmt_iterator i) in tsi_end_p()
66 tsi_one_before_end_p (tree_stmt_iterator i) in tsi_one_before_end_p()
72 tsi_next (tree_stmt_iterator *i) in tsi_next()
78 tsi_prev (tree_stmt_iterator *i) in tsi_prev()
84 tsi_stmt_ptr (tree_stmt_iterator i) in tsi_stmt_ptr()
[all …]
H A Dtree-iterator.c66 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()
H A Dfunction-tests.c234 tree_stmt_iterator stmt_iter = tsi_start (stmt_list); in build_trivial_generic_function()
H A Dtree-dump.c422 tree_stmt_iterator it; in dequeue_and_dump()
H A Dprint-tree.c905 tree_stmt_iterator i; in print_node()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h89 void add_wi_loop (int dim, tree_stmt_iterator *header_entry,
90 tree_stmt_iterator *branch_after);
223 tree_stmt_iterator m_kernel_entry;
H A Dbrig-function.cc435 brig_function::add_wi_loop (int dim, tree_stmt_iterator *header_entry, in add_wi_loop()
436 tree_stmt_iterator *branch_after) in add_wi_loop()
442 tree_stmt_iterator entry = *header_entry; in add_wi_loop()
578 tree_stmt_iterator function_exit = tsi_last (stmts); in convert_to_wg_function()
773 tree_stmt_iterator entry; in create_alloca_frame()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-semantics.cc41 only_debug_stmts_after_p (tree_stmt_iterator i) in only_debug_stmts_after_p()
79 tree_stmt_iterator i = tsi_start (t); in pop_stmt_list()
H A Dc-gimplify.cc515 tree_stmt_iterator i; in c_genericize_control_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-semantics.c41 only_debug_stmts_after_p (tree_stmt_iterator i) in only_debug_stmts_after_p()
79 tree_stmt_iterator i = tsi_start (t); in pop_stmt_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c1042 check_handlers_1 (tree master, tree_stmt_iterator i) in check_handlers_1()
1066 tree_stmt_iterator i; in check_handlers()
1381 tree_stmt_iterator iter = tsi_start (compound_stmt); in maybe_splice_retval_cleanup()
H A Dconstexpr.c342 tree_stmt_iterator i; in build_data_member_initialization()
508 tree_stmt_iterator i = tsi_last (list); in check_constexpr_ctor_body()
589 for (tree_stmt_iterator i = tsi_start (body); in build_constexpr_constructor_member_initializers()
629 tree_stmt_iterator i; in build_constexpr_constructor_member_initializers()
687 tree_stmt_iterator i; in constexpr_fn_retval()
5389 tree_stmt_iterator i; in cxx_eval_statement_list()
8026 tree_stmt_iterator i; in potential_constant_expression_1()
H A Dcp-gimplify.c1937 tree_stmt_iterator i; in cp_genericize_r()
2034 tree_stmt_iterator i = tsi_last (t); in cp_maybe_instrument_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h483 tree_stmt_iterator m_stmt_iter;
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h527 tree_stmt_iterator m_stmt_iter;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc189 tree_stmt_iterator i = tsi_start (t); in pop_stmt_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc188 tree_stmt_iterator i = tsi_start (t); in pop_stmt_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc1830 tree_stmt_iterator i; in add_expr_to_chain()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c1757 tree_stmt_iterator i; in add_expr_to_chain()

123