Home
last modified time | relevance | path

Searched defs:isNot (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h73 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
183 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } in isNot() function
/external/clang/include/clang/Lex/
DToken.h92 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
/external/clang/include/clang/AST/
DCommentLexer.h95 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot() function
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3Int.h231 int isNot; /* Phrase prefixed by unary not (-) operator */ member
/external/clang/lib/Format/
DFormatToken.h292 bool isNot(tok::TokenKind Kind) const { return Tok.isNot(Kind); } in isNot() function
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1.c956 signed char isNot; /* this term is preceded by "-" */ member
/external/llvm/lib/IR/
DInstructions.cpp1957 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c1875 signed char isNot; /* this term is preceded by "-" */ member