HomeSort by: relevance | last modified time | path
    Searched refs:kw_asm (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmtAsm.cpp 312 if (!isNewStatement && (Tok.is(tok::kw_asm) || Tok.isAtStartOfLine())) {
326 if (Tok.is(tok::kw_asm)) {
446 bool isAsm = Tok.is(tok::kw_asm);
722 assert(Tok.is(tok::kw_asm) && "Not an asm stmt");
ParseTentative.cpp 52 case tok::kw_asm:
287 if (Tok.isOneOf(tok::kw_asm, tok::kw___attribute))
505 if (Tok.isOneOf(tok::equal, tok::kw_asm, tok::kw___attribute) ||
Parser.cpp 838 case tok::kw_asm: {
993 Tok.is(tok::kw_asm) || // int X() __asm__ -> not a function def
1553 assert(Tok.is(tok::kw_asm) && "Not an asm!");
ParseDecl.cpp 1839 case tok::kw_asm:
2164 if (Tok.is(tok::kw_asm)) {
2535 tok::comma, tok::equal, tok::kw_asm, tok::l_brace,
2709 case tok::kw_asm:
ParseStmt.cpp 299 case tok::kw_asm: {
ParseDeclCXX.cpp 2367 if (Tok.is(tok::kw_asm)) {
ParseExprCXX.cpp 2059 if (Tok.is(tok::kw_asm)) {
ParseObjc.cpp 1043 case tok::kw_asm:
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLToken.h 122 kw_asm, enumerator in enum:llvm::lltok::Kind
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 1053 case tok::kw_asm:
TokenAnnotator.cpp 540 bool InsideInlineASM = Line.startsWith(tok::kw_asm);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 416 if (parseToken(lltok::kw_asm, "expected 'module asm'") ||
3471 case lltok::kw_asm: {

Completed in 45 milliseconds