Home
last modified time | relevance | path

Searched refs:STMT_LABEL (Results 1 – 19 of 19) 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()
148 if (stmt->type == STMT_LABEL) { in match_stmt()
H A Dsmatch_conditions.c135 if (last->type == STMT_LABEL) { in handle_compound_stmt()
151 if (last && last->type == STMT_LABEL) in handle_compound_stmt()
693 if (tmp->type == STMT_LABEL) { in split_then_return_last()
H A Dparse.h40 STMT_LABEL, enumerator
H A Dcheck_unreachable.c140 if (stmt->type == STMT_LABEL) in unreachable_stmt()
H A Dast-inspect.c34 [STMT_LABEL] = "STMT_LABEL", in statement_type_name()
H A Dsmatch_flow.c905 if (stmt && stmt->type == STMT_LABEL) in is_last_stmt()
942 if (tmp->type != STMT_LABEL) in handle_backward_goto()
1173 case STMT_LABEL: in __split_stmt()
H A Dinline.c433 case STMT_LABEL: { in copy_one_statement()
H A Ddissect.c521 break; case STMT_LABEL: in do_statement()
H A Dsmatch_type.c202 if (stmt->type == STMT_LABEL) in get_expr_stmt_type()
H A Dshow-parse.c701 case STMT_LABEL: in show_statement()
H A Dsmatch_helper.c1051 if (last_stmt->type == STMT_LABEL) in get_last_expr_from_expression_stmt()
H A Dexpand.c1249 case STMT_LABEL: in expand_statement()
H A Dsmatch_implied.c674 if (last->type == STMT_LABEL) { in get_last_expr()
H A Dsmatch_math.c72 if (stmt->type == STMT_LABEL) { in last_stmt_rl()
H A Dcompile-i386.c2034 case STMT_LABEL: in x86_statement()
H A Dsmatch_db.c2091 if (!last_stmt || last_stmt->type == STMT_LABEL) in strip_expr_statement()
H A Dlinearize.c2352 case STMT_LABEL: { in linearize_statement()
H A Dparse.c2535 stmt->type = STMT_LABEL; in statement()
H A Devaluate.c3725 case STMT_LABEL: in evaluate_statement()