HomeSort by relevance Sort by last modified time
    Searched defs:isNot (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/MC/
MCTargetAsmLexer.h 83 /// isNot - Check if the current token has kind \arg K.
84 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); }
  /external/clang/include/clang/Lex/
Token.h 84 /// is/isNot - Predicates to check if this token is a specific kind, as in
87 bool isNot(tok::TokenKind K) const { return Kind != (unsigned) K; }
166 assert(isNot(tok::raw_identifier) &&
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 71 bool isNot(TokenKind K) const { return Kind != K; }
176 /// isNot - Check if the current token has kind \arg K.
177 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); }
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 414 milliseconds