Searched defs:isNot (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h138 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } function in class:llvm::MCAsmLexer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h98 bool isNot(tok::TokenKind K) const { return Kind != K; } function in class:clang::Token
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h83 bool isNot(TokenKind K) const { return Kind != K; } function in class:llvm::AsmToken
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h211 bool isNot(TokenKind K) const { return Kind != K; } function in struct:llvm::MIToken
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h344 template <typename T> bool isNot(T Kind) const { return !is(Kind); } function in struct:clang::format::FormatToken
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c105570 int isNot; /* IS NOT TRUE or IS NOT FALSE */ local
105743 int isNot; /* IS NOT TRUE or IS NOT FALSE */ local
176759 int isNot; /* True if getNextNode() sees a unary - */ member in struct:ParseContext
[all...]

Completed in 384 milliseconds