Home
last modified time | relevance | path

Searched refs:STMT_SWITCH (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_missing_break.c139 if (stmt->type != STMT_SWITCH) in match_switch()
164 if (stmt->type != STMT_SWITCH) in match_switch_end()
H A Dast-inspect.c32 [STMT_SWITCH] = "STMT_SWITCH", in statement_type_name()
70 case STMT_SWITCH: in inspect_statement()
H A Dparse.h38 STMT_SWITCH, enumerator
H A Ddissect.c509 break; case STMT_SWITCH: in do_statement()
H A Dinline.c404 case STMT_SWITCH: { in copy_one_statement()
H A Dshow-parse.c644 case STMT_SWITCH: in show_statement()
H A Dexpand.c1238 case STMT_SWITCH: in expand_statement()
H A Dparse.c2286 stmt->type = STMT_SWITCH; in start_switch()
2460 stmt->type = STMT_SWITCH; in parse_switch_statement()
H A Dsmatch_flow.c1149 case STMT_SWITCH: in __split_stmt()
H A Dcompile-i386.c2023 case STMT_SWITCH: in x86_statement()
H A Dlinearize.c2435 case STMT_SWITCH: in linearize_statement()
H A Devaluate.c3719 case STMT_SWITCH: in evaluate_statement()