Home
last modified time | relevance | path

Searched refs:kw_asm (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp312 if (!isNewStatement && (Tok.is(tok::kw_asm) || Tok.isAtStartOfLine())) { in buildMSAsmString()
326 if (Tok.is(tok::kw_asm)) { in buildMSAsmString()
446 bool isAsm = Tok.is(tok::kw_asm); in ParseMicrosoftAsmStatement()
722 assert(Tok.is(tok::kw_asm) && "Not an asm stmt"); in ParseAsmStatement()
H A DParseTentative.cpp55 case tok::kw_asm: in isCXXDeclarationStatement()
344 if (Tok.isOneOf(tok::kw_asm, tok::kw___attribute)) in TryParseInitDeclaratorList()
571 if (Tok.isOneOf(tok::equal, tok::kw_asm, tok::kw___attribute) || in isCXXConditionDeclarationOrInitStatement()
H A DParser.cpp908 case tok::kw_asm: { in ParseExternalDeclaration()
1095 Tok.is(tok::kw_asm) || // int X() __asm__ -> not a function def in isDeclarationAfterDeclarator()
1706 assert(Tok.is(tok::kw_asm) && "Not an asm!"); in ParseSimpleAsm()
H A DParseDecl.cpp2173 case tok::kw_asm: in MightBeDeclarator()
2606 if (Tok.is(tok::kw_asm)) { in ParseAsmAttributesAfterDeclarator()
2987 tok::comma, tok::equal, tok::kw_asm, tok::l_brace, in isValidAfterIdentifierInDeclarator()
3161 case tok::kw_asm: in ParseImplicitInt()
H A DParseStmt.cpp349 case tok::kw_asm: { in ParseStatementOrDeclarationAfterAttributes()
H A DParseExprCXX.cpp2252 if (Tok.is(tok::kw_asm)) { in ParseCXXCondition()
H A DParseObjc.cpp1095 case tok::kw_asm: in ParseObjCSelectorPiece()
H A DParseDeclCXX.cpp2714 if (Tok.is(tok::kw_asm)) { in ParseCXXMemberDeclaratorBeforeInitializer()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h125 kw_asm, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp701 bool InsideInlineASM = Line.startsWith(tok::kw_asm); in parseSquare()
1374 } else if (Line.First->is(tok::kw_asm)) { in consumeToken()
5635 if (Line.startsWith(tok::kw_asm) && Right.is(TT_InlineASMColon) && in mustBreakBefore()
H A DUnwrappedLineParser.cpp1475 case tok::kw_asm: in parseStructuralElement()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp625 if (parseToken(lltok::kw_asm, "expected 'module asm'") || in parseModuleAsm()
3939 case lltok::kw_asm: { in parseValID()