HomeSort by relevance Sort by last modified time
    Searched full:exclaim (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/Basic/
OperatorKinds.def 72 OVERLOADED_OPERATOR(Exclaim , "!" , exclaim , true , false, false)
TokenKinds.def 161 PUNCTUATOR(exclaim, "!")
304 CXX_KEYWORD_OPERATOR(not , exclaim)
  /external/llvm/lib/AsmParser/
LLToken.h 32 exclaim, // ! enumerator in enum:llvm::lltok::Kind
LLParser.cpp 176 case lltok::exclaim: if (ParseStandaloneMetadata()) return true; break;
491 ParseToken(lltok::exclaim, "Expected '!' here") ||
498 if (ParseToken(lltok::exclaim, "Expected '!' here"))
515 assert(Lex.getKind() == lltok::exclaim);
525 ParseToken(lltok::exclaim, "Expected '!' here") ||
    [all...]
LLLexer.cpp 403 return lltok::exclaim;
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 49 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 292 case AsmToken::Exclaim: Out->os() << "Exclaim"; break;
  /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/clang/lib/Lex/
TokenConcatenation.cpp 111 TokenInfo[tok::exclaim ] |= aci_avoid_equal; // !=
PPExpressions.cpp 376 case tok::exclaim: {
Lexer.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 436 return AsmToken(AsmToken::Exclaim, StringRef(TokStart, 1));
AsmParser.cpp 646 case AsmToken::Exclaim:
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 720 case tok::exclaim:
    [all...]
ParseDeclCXX.cpp     [all...]
ParseExpr.cpp     [all...]
ParseObjc.cpp 685 case tok::exclaim:
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [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
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 481 milliseconds