/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-iterator.h | 32 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 D | tree-iterator.cc | 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()
|
H A D | function-tests.cc | 235 tree_stmt_iterator stmt_iter = tsi_start (stmt_list); in build_trivial_generic_function()
|
H A D | tree-dump.cc | 422 tree_stmt_iterator it; in dequeue_and_dump()
|
H A D | print-tree.cc | 915 tree_stmt_iterator i; in print_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-iterator.h | 32 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 D | tree-iterator.c | 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()
|
H A D | function-tests.c | 234 tree_stmt_iterator stmt_iter = tsi_start (stmt_list); in build_trivial_generic_function()
|
H A D | tree-dump.c | 422 tree_stmt_iterator it; in dequeue_and_dump()
|
H A D | print-tree.c | 905 tree_stmt_iterator i; in print_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-function.h | 89 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 D | brig-function.cc | 435 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 D | c-semantics.cc | 41 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 D | c-gimplify.cc | 515 tree_stmt_iterator i; in c_genericize_control_stmt()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-semantics.c | 41 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 D | except.cc | 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | except.c | 1042 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 D | constexpr.c | 342 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 D | cp-gimplify.c | 1937 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 D | jit-playback.h | 483 tree_stmt_iterator m_stmt_iter;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.h | 527 tree_stmt_iterator m_stmt_iter;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | toir.cc | 189 tree_stmt_iterator i = tsi_start (t); in pop_stmt_list()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | toir.cc | 188 tree_stmt_iterator i = tsi_start (t); in pop_stmt_list()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 1830 tree_stmt_iterator i; in add_expr_to_chain()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 1757 tree_stmt_iterator i; in add_expr_to_chain()
|