HomeSort by relevance Sort by last modified time
    Searched refs:kw_asm (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/AsmParser/
LLToken.h 79 kw_asm, enumerator in enum:llvm::lltok::Kind
LLParser.cpp 295 if (ParseToken(lltok::kw_asm, "expected 'module asm'") ||
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 53 case tok::kw_asm:
222 if (Tok.is(tok::kw_asm) || Tok.is(tok::kw___attribute))
310 Tok.is(tok::kw_asm) || Tok.is(tok::kw___attribute))
    [all...]
Parser.cpp 682 case tok::kw_asm: {
808 Tok.is(tok::kw_asm) || // int X() __asm__ -> not a function def
    [all...]
ParseStmt.cpp 243 case tok::kw_asm: {
    [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 717 case tok::kw_asm:
    [all...]

Completed in 435 milliseconds