Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_scope.c48 if (tmp->type != STMT_DECLARATION) in match_end_of_block()
H A Dparse.h32 STMT_DECLARATION, enumerator
H A Dcheck_unreachable.c159 case STMT_DECLARATION: /* switch (x) { int a; case foo: ... */ in unreachable_stmt()
H A Dast-inspect.c26 [STMT_DECLARATION] = "STMT_DECLARATION", in statement_type_name()
H A Dinline.c332 case STMT_DECLARATION: { in copy_one_statement()
555 struct statement *decl = alloc_statement(expr->pos, STMT_DECLARATION); in inline_function()
H A Dcheck_deref.c196 if (stmt->type == STMT_DECLARATION) in match_assign()
H A Ddissect.c474 break; case STMT_DECLARATION: in do_statement()
H A Dshow-parse.c585 case STMT_DECLARATION: in show_statement()
H A Dexpand.c1209 case STMT_DECLARATION: { in expand_statement()
H A Dsmatch_flow.c1089 case STMT_DECLARATION: in __split_stmt()
H A Dcompile-i386.c2000 case STMT_DECLARATION: in x86_statement()
H A Dlinearize.c2328 case STMT_DECLARATION: in linearize_statement()
H A Dparse.c2593 stmt = alloc_statement(token->pos, STMT_DECLARATION); in statement_list()
H A Devaluate.c3676 case STMT_DECLARATION: { in evaluate_statement()