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

  /external/llvm/lib/AsmParser/
LLToken.h 82 kw_asm, enumerator in enum:llvm::lltok::Kind
LLParser.cpp 304 if (ParseToken(lltok::kw_asm, "expected 'module asm'") ||
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 263 if (!isNewStatement && (Tok.is(tok::kw_asm) || Tok.isAtStartOfLine())) {
277 if (Tok.is(tok::kw_asm)) {
583 assert(Tok.is(tok::kw_asm) && "Not an asm stmt");
ParseTentative.cpp 53 case tok::kw_asm:
290 if (Tok.is(tok::kw_asm) || Tok.is(tok::kw___attribute))
372 Tok.is(tok::kw_asm) || Tok.is(tok::kw___attribute))
    [all...]
Parser.cpp 658 case tok::kw_asm: {
783 Tok.is(tok::kw_asm) || // int X() __asm__ -> not a function def
    [all...]
ParseDecl.cpp     [all...]
ParseStmt.cpp 266 case tok::kw_asm: {
    [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 724 case tok::kw_asm:
    [all...]
ParseDeclCXX.cpp     [all...]

Completed in 739 milliseconds