Home
last modified time | relevance | path

Searched refs:STMT_GOTO (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_unreachable.c123 if (prev && prev->type == STMT_GOTO) in we_jumped_into_the_middle_of_a_loop()
166 case STMT_GOTO: in unreachable_stmt()
H A Dcheck_continue_vs_break.c105 if (stmt->type != STMT_GOTO) in match_continue()
H A Dparse.h41 STMT_GOTO, enumerator
H A Dcheck_indenting.c169 if (stmt->type == STMT_GOTO && stmt->goto_label && in match_stmt()
H A Dast-inspect.c35 [STMT_GOTO] = "STMT_GOTO", in statement_type_name()
H A Dinline.c439 case STMT_GOTO: { in copy_one_statement()
H A Ddissect.c518 break; case STMT_GOTO: in do_statement()
H A Dshow-parse.c706 case STMT_GOTO: in show_statement()
H A Dexpand.c1253 case STMT_GOTO: in expand_statement()
H A Dparse.c2451 stmt->type = STMT_GOTO; in parse_loop_iterator()
2470 stmt->type = STMT_GOTO; in parse_goto_statement()
H A Dsmatch_flow.c1177 case STMT_GOTO: in __split_stmt()
H A Dcompile-i386.c2039 case STMT_GOTO: in x86_statement()
H A Dlinearize.c2361 case STMT_GOTO: { in linearize_statement()
H A Devaluate.c3727 case STMT_GOTO: in evaluate_statement()