Home | Sort by relevance Sort by last modified time |
/external/llvm/lib/CodeGen/MIRParser/ | |
MILexer.h | 76 kw_volatile, enumerator in enum:llvm::MIToken::TokenKind 159 return Kind == kw_volatile || Kind == kw_non_temporal || |
MILexer.cpp | 215 .Case("volatile", MIToken::kw_volatile) |
MIParser.cpp | [all...] |
/external/llvm/lib/AsmParser/ | |
LLToken.h | 65 kw_volatile, enumerator in enum:llvm::lltok::Kind |
LLParser.cpp | [all...] |
/external/clang/lib/Parse/ | |
ParseTentative.cpp | 634 while (Tok.isOneOf(tok::kw_const, tok::kw_volatile, tok::kw_restrict, 963 case tok::kw_volatile: [all...] |
ParseDecl.cpp | 643 case tok::kw_volatile: [all...] |
Parser.cpp | [all...] |
ParseDeclCXX.cpp | [all...] |
ParseObjc.cpp | [all...] |