Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_indenting.c131 if (__prev_stmt->type == STMT_LABEL || __prev_stmt->type == STMT_CASE) in match_stmt()
142 if (stmt->type == STMT_CASE) { in match_stmt()
172 if (__next_stmt && __next_stmt->type == STMT_CASE && in match_stmt()
H A Dast-inspect.c31 [STMT_CASE] = "STMT_CASE", in statement_type_name()
76 case STMT_CASE: in inspect_statement()
H A Dparse.h37 STMT_CASE, enumerator
H A Dcheck_missing_break.c131 if (stmt->type == STMT_CASE) in match_stmt()
H A Dcheck_unreachable.c157 case STMT_CASE: in unreachable_stmt()
H A Dsmatch_flow.c767 if (stmt->type != STMT_CASE) in is_case_val()
851 while (stmt->case_statement->type == STMT_CASE) { in split_case()
1170 case STMT_CASE: in __split_stmt()
H A Dinline.c395 case STMT_CASE: { in copy_one_statement()
H A Ddissect.c513 break; case STMT_CASE: in do_statement()
H A Dshow-parse.c648 case STMT_CASE: in show_statement()
H A Dexpand.c1243 case STMT_CASE: in expand_statement()
H A Dcompile-i386.c2020 case STMT_CASE: in x86_statement()
H A Dlinearize.c2346 case STMT_CASE: { in linearize_statement()
H A Dparse.c2429 stmt->type = STMT_CASE; in case_statement()
H A Devaluate.c3722 case STMT_CASE: in evaluate_statement()