Home
last modified time | relevance | path

Searched refs:kw_volatile (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h110 kw_volatile, enumerator
224 return Kind == kw_volatile || Kind == kw_non_temporal || in isMemoryOperandFlag()
H A DMILexer.cpp252 .Case("volatile", MIToken::kw_volatile) in getIdentifierKind()
H A DMIParser.cpp3152 case MIToken::kw_volatile: in parseMemoryOperandFlag()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp486 while (ConsumeToken(tok::kw_const, tok::kw_volatile)) in SkipTypeQualifiers()
491 while (ConsumeToken(tok::kw_const, tok::kw_volatile, tok::amp, tok::ampamp)) in SkipFunctionQualifiers()
540 tok::kw_volatile)) { in ConsumePtrsAndRefs()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp928 while (Tok.isOneOf(tok::kw_const, tok::kw_volatile, tok::kw_restrict, in TryParsePtrOperatorSeq()
1352 tok::kw_const, tok::kw_volatile, tok::kw_restrict) || in isCXXDeclarationSpecifier()
1532 case tok::kw_volatile: in isCXXDeclarationSpecifier()
2025 if (Next.isOneOf(tok::amp, tok::ampamp, tok::kw_const, tok::kw_volatile, in isCXXFunctionDeclarator()
2203 while (Tok.isOneOf(tok::kw_const, tok::kw_volatile, tok::kw___unaligned, in TryParseFunctionDeclarator()
H A DParseStmtAsm.cpp953 case tok::kw_volatile: return GNUAsmQualifiers::AQ_volatile; in getGNUAsmQualifier()
H A DParseDecl.cpp1061 case tok::kw_volatile: in SkipExtendedMicrosoftTypeAttributes()
4138 tok::kw_volatile, tok::kw_restrict, tok::amp, in ParseDeclarationSpecifiers()
4686 case tok::kw_volatile: in ParseDeclarationSpecifiers()
5901 case tok::kw_volatile: in isTypeSpecifierQualifier()
6121 case tok::kw_volatile: in isDeclarationSpecifier()
6438 case tok::kw_volatile: in ParseTypeQualifierListOpt()
H A DParseObjc.cpp1157 case tok::kw_volatile: in ParseObjCSelectorPiece()
H A DParseDeclCXX.cpp1615 case tok::kw_volatile: // struct foo {...} volatile x; in isValidAfterTypeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp167 case tok::kw_volatile: in isQualifier()
518 .Case("volatile", tok::kw_volatile) in getTokenFromQualifier()
H A DFormatToken.h686 return isOneOf(tok::kw_const, tok::kw_restrict, tok::kw_volatile, in canBePointerOrReferenceQualifier()
868 } while (T && T->isOneOf(tok::kw_const, tok::kw_volatile, tok::amp, in isCppStructuredBinding()
1774 case tok::kw_volatile: in isCSharpKeyword()
H A DTokenAnnotator.cpp2768 if (AfterRParen->isOneOf(tok::kw_noexcept, tok::kw_volatile, tok::kw_const, in rParenEndsCast()
4637 if (Previous->is(tok::kw_const) || Previous->is(tok::kw_volatile)) { in spaceRequiredBetween()
4833 Left.isOneOf(tok::kw_const, tok::kw_volatile) && in spaceRequiredBetween()
H A DUnwrappedLineParser.cpp3526 case tok::kw_volatile: in parseRequires()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h93 kw_volatile, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8183 if (Lex.getKind() == lltok::kw_volatile) { in parseLoad()
8233 if (Lex.getKind() == lltok::kw_volatile) { in parseStore()
8281 if (EatIfPresent(lltok::kw_volatile)) in parseCmpXchg()
8332 if (EatIfPresent(lltok::kw_volatile)) in parseAtomicRMW()