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

1 2

  /external/clang/include/clang/Basic/
OperatorKinds.def 72 OVERLOADED_OPERATOR(Exclaim , "!" , exclaim , true , false, false)
TokenKinds.def 172 PUNCTUATOR(exclaim, "!")
322 CXX_KEYWORD_OPERATOR(not , exclaim)
  /external/llvm/lib/AsmParser/
LLToken.h 32 exclaim, // ! enumerator in enum:llvm::lltok::Kind
LLParser.cpp 247 case lltok::exclaim: if (ParseStandaloneMetadata()) return true; break;
626 ParseToken(lltok::exclaim, "Expected '!' here") ||
633 if (ParseToken(lltok::exclaim, "Expected '!' here"))
650 assert(Lex.getKind() == lltok::exclaim);
660 ParseToken(lltok::exclaim, "Expected '!' here") ||
    [all...]
LLLexer.cpp 441 return lltok::exclaim;
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDLKey.3 15 SDLK_EXCLAIM '!' exclaim
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /external/qemu/android/skin/
keyset.c 88 _KEYSYM_(EXCLAIM,EXCLAM) \
  /frameworks/base/core/java/android/os/
IBinder.java 124 * of tea, return it to the caller, and exclaim "jolly good message
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 285 case AsmToken::Exclaim: Out->os() << "Exclaim"; break;
  /external/clang/lib/Lex/
ModuleMap.cpp 909 Exclaim,
    [all...]
TokenConcatenation.cpp 112 TokenInfo[tok::exclaim ] |= aci_avoid_equal; // !=
PPExpressions.cpp 394 case tok::exclaim: {
  /external/clang/lib/Format/
FormatToken.h 337 case tok::exclaim:
TokenAnnotator.cpp 731 } else if (Current.is(tok::semi) || Current.is(tok::exclaim)) {
759 } else if (Current.is(tok::exclaim)) {
    [all...]
Format.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 557 return AsmToken(AsmToken::Exclaim, StringRef(TokStart, 1));
AsmParser.cpp 785 case AsmToken::Exclaim:
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlkey.html 258 >exclaim</TD
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 911 case tok::exclaim:
    [all...]
ParseExpr.cpp     [all...]
ParseObjc.cpp 707 case tok::exclaim:
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl 16 # You're likely to exclaim "why so slow?" Keep in mind that z-CPUs are
    [all...]

Completed in 902 milliseconds

1 2