Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_continue_vs_break.c76 if (stmt->type != STMT_ITERATOR) in match_stmt()
87 if (stmt->type != STMT_ITERATOR) in match_stmt_after()
H A Dcheck_readl_infinite_loops.c127 if (!stmt || stmt->type != STMT_ITERATOR) in before_loop()
139 if (!stmt || stmt->type != STMT_ITERATOR) in after_loop()
H A Dcheck_indenting.c51 } else if (__prev_stmt->type == STMT_ITERATOR) { in missing_curly_braces()
91 if (stmt->parent->type != STMT_ITERATOR) in is_pre_or_post_statement()
H A Dast-inspect.c33 [STMT_ITERATOR] = "STMT_ITERATOR", in statement_type_name()
59 case STMT_ITERATOR: in inspect_statement()
H A Dcheck_no_if_block.c41 if (stmt->type != STMT_ITERATOR) in match_for_stmt()
H A Dparse.h39 STMT_ITERATOR, enumerator
H A Dsmatch_real_absolute.c91 if (stmt->parent->type != STMT_ITERATOR) in in_iterator_pre_statement()
H A Dcheck_spectre.c85 if (stmt->type == STMT_ITERATOR && in is_harmless()
H A Dcheck_double_checking.c241 if (!stmt || stmt->type != STMT_ITERATOR) in after_loop()
H A Dcheck_unreachable.c120 if (stmt->type != STMT_ITERATOR) in we_jumped_into_the_middle_of_a_loop()
H A Dcheck_index_overflow.c348 if (!stmt || stmt->type != STMT_ITERATOR) in match_condition()
H A Dsmatch_bits.c123 if (!loop_stmt || loop_stmt->type != STMT_ITERATOR) in is_loop_iterator()
H A Dinline.c418 case STMT_ITERATOR: { in copy_one_statement()
H A Ddissect.c496 break; case STMT_ITERATOR: in do_statement()
H A Dshow-parse.c653 case STMT_ITERATOR: { in show_statement()
H A Dexpand.c1230 case STMT_ITERATOR: in expand_statement()
H A Dsmatch_flow.c1133 case STMT_ITERATOR: in __split_stmt()
H A Dcompile-i386.c2027 case STMT_ITERATOR: in x86_statement()
H A Dsmatch_comparison.c1160 if (__cur_stmt->type != STMT_ITERATOR) in handle_for_loops()
H A Dsmatch_extra.c1449 if (!stmt || stmt->type != STMT_ITERATOR || !stmt->iterator_post_condition) in handle_postop_inc()
H A Dlinearize.c2438 case STMT_ITERATOR: in linearize_statement()
H A Dparse.c2224 stmt->type = STMT_ITERATOR; in start_iterator()
H A Devaluate.c3716 case STMT_ITERATOR: in evaluate_statement()