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

  /external/llvm/lib/AsmParser/
LLToken.h 79 kw_asm, enumerator in enum:llvm::lltok::Kind
LLParser.cpp 244 if (ParseToken(lltok::kw_asm, "expected 'module asm'") ||
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 277 if (!isNewStatement && (Tok.is(tok::kw_asm) || Tok.isAtStartOfLine())) {
291 if (Tok.is(tok::kw_asm)) {
401 bool isAsm = Tok.is(tok::kw_asm);
610 assert(Tok.is(tok::kw_asm) && "Not an asm stmt");
ParseTentative.cpp 53 case tok::kw_asm:
292 if (Tok.is(tok::kw_asm) || Tok.is(tok::kw___attribute))
374 Tok.is(tok::kw_asm) || Tok.is(tok::kw___attribute))
    [all...]
Parser.cpp 667 case tok::kw_asm: {
788 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 690 case tok::kw_asm:
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 672 case tok::kw_asm:
    [all...]

Completed in 1414 milliseconds