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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h105 kw_volatile, enumerator in enum:llvm::MIToken::TokenKind
217 return Kind == kw_volatile || Kind == kw_non_temporal ||
H A DMILexer.cpp247 .Case("volatile", MIToken::kw_volatile)
H A DMIParser.cpp3133 case MIToken::kw_volatile:
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp486 while (ConsumeToken(tok::kw_const, tok::kw_volatile))
491 while (ConsumeToken(tok::kw_const, tok::kw_volatile, tok::amp, tok::ampamp))
540 tok::kw_volatile)) {
/openbsd-current/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h92 kw_volatile, enumerator in enum:llvm::lltok::Kind
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp888 while (Tok.isOneOf(tok::kw_const, tok::kw_volatile, tok::kw_restrict,
1311 tok::kw_const, tok::kw_volatile, tok::kw_restrict) ||
1462 case tok::kw_volatile:
1922 if (Next.isOneOf(tok::amp, tok::ampamp, tok::kw_const, tok::kw_volatile,
2094 while (Tok.isOneOf(tok::kw_const, tok::kw_volatile, tok::kw___unaligned,
H A DParseStmtAsm.cpp953 case tok::kw_volatile: return GNUAsmQualifiers::AQ_volatile;
H A DParseDecl.cpp859 case tok::kw_volatile:
3712 tok::kw_volatile, tok::kw_restrict, tok::amp,
4243 case tok::kw_volatile:
5330 case tok::kw_volatile:
5527 case tok::kw_volatile:
5830 case tok::kw_volatile:
H A DParseObjc.cpp1139 case tok::kw_volatile:
H A DParseDeclCXX.cpp1436 case tok::kw_volatile: // struct foo {...} volatile x;
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DFormatToken.h603 return isOneOf(tok::kw_const, tok::kw_restrict, tok::kw_volatile,
765 } while (T && T->isOneOf(tok::kw_const, tok::kw_volatile, tok::amp,
1675 case tok::kw_volatile:
H A DQualifierAlignmentFixer.cpp415 .Case("volatile", tok::kw_volatile)
H A DTokenAnnotator.cpp2201 if (Tok.Next->isOneOf(tok::kw_noexcept, tok::kw_volatile, tok::kw_const,
3611 if (Previous->is(tok::kw_const) || Previous->is(tok::kw_volatile)) {
3799 Left.isOneOf(tok::kw_const, tok::kw_volatile) &&
H A DUnwrappedLineParser.cpp3394 case tok::kw_volatile:
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp7557 if (Lex.getKind() == lltok::kw_volatile) {
7614 if (Lex.getKind() == lltok::kw_volatile) {
7665 if (EatIfPresent(lltok::kw_volatile))
7722 if (EatIfPresent(lltok::kw_volatile))

Completed in 279 milliseconds