Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dparse.h42 STMT_ASM, enumerator
Dast-inspect.c36 [STMT_ASM] = "STMT_ASM", in statement_type_name()
Dinline.c452 case STMT_ASM: { in copy_one_statement()
Ddissect.c520 break; case STMT_ASM: in do_statement()
Dshow-parse.c725 case STMT_ASM: in show_statement()
Dexpand.c1350 case STMT_ASM: in expand_statement()
Dlinearize.c2372 case STMT_ASM: in linearize_statement()
2553 if (stmt->type == STMT_ASM) { // top-level asm in linearize_fn()
Dcompile-i386.c2057 case STMT_ASM: in x86_statement()
Dparse.c2040 stmt->type = STMT_ASM; in parse_asm_statement()
Devaluate.c3949 case STMT_ASM: in evaluate_statement()