/external/clang/include/clang/Basic/ |
OperatorKinds.def | 72 OVERLOADED_OPERATOR(Exclaim , "!" , exclaim , true , false, false)
|
TokenKinds.def | 146 PUNCTUATOR(exclaim, "!") 284 CXX_KEYWORD_OPERATOR(not , exclaim)
|
/external/llvm/lib/AsmParser/ |
LLToken.h | 32 exclaim, // ! enumerator in enum:llvm::lltok::Kind
|
LLParser.cpp | 178 case lltok::exclaim: if (ParseStandaloneMetadata()) return true; break; 493 ParseToken(lltok::exclaim, "Expected '!' here") || 500 if (ParseToken(lltok::exclaim, "Expected '!' here")) 517 assert(Lex.getKind() == lltok::exclaim); 527 ParseToken(lltok::exclaim, "Expected '!' here") || [all...] |
LLLexer.cpp | 425 return lltok::exclaim;
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmLexer.h | 52 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 266 case AsmToken::Exclaim: Out->os() << "Exclaim"; break;
|
/external/clang/lib/Lex/ |
TokenConcatenation.cpp | 87 TokenInfo[tok::exclaim ] |= aci_avoid_equal; // !=
|
PPExpressions.cpp | 349 case tok::exclaim: {
|
Lexer.cpp | [all...] |
/external/qemu/android/skin/ |
keyset.c | 88 _KEYSYM_(EXCLAIM,EXCLAM) \
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 125 * of tea, return it to the caller, and exclaim "jolly good message
|
/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 408 return AsmToken(AsmToken::Exclaim, StringRef(TokStart, 1));
|
AsmParser.cpp | 577 case AsmToken::Exclaim: [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseTentative.cpp | 620 case tok::exclaim: [all...] |
ParseExpr.cpp | [all...] |
ParseObjc.cpp | 625 case tok::exclaim: [all...] |
/external/openssl/crypto/aes/asm/ |
aes-s390x.pl | 16 # You're likely to exclaim "why so slow?" Keep in mind that z-CPUs are
|
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |