Home
last modified time | relevance | path

Searched refs:STMT_ASM (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.h42 STMT_ASM, enumerator
H A Dast-inspect.c36 [STMT_ASM] = "STMT_ASM", in statement_type_name()
H A Dcheck_nospec.c180 if (!stmt || stmt->type != STMT_ASM) in is_nospec_asm()
H A Dcheck_uninitialized.c293 if (stmt && stmt->type == STMT_ASM) in is_being_modified()
H A Dinline.c446 case STMT_ASM: { in copy_one_statement()
H A Ddissect.c483 break; case STMT_ASM: in do_statement()
H A Dshow-parse.c714 case STMT_ASM: in show_statement()
H A Dexpand.c1259 case STMT_ASM: in expand_statement()
H A Dlinearize.c2340 case STMT_ASM: in linearize_statement()
2468 if (stmt->type == STMT_ASM) { // top-level asm in linearize_fn()
H A Dsmatch_flow.c1199 case STMT_ASM: in __split_stmt()
H A Dcompile-i386.c2058 case STMT_ASM: in x86_statement()
H A Dparse.c2134 stmt->type = STMT_ASM; in parse_asm_statement()
H A Devaluate.c3732 case STMT_ASM: in evaluate_statement()