Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h48 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
H A DToken.h100 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h144 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h93 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h83 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h231 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h629 template <typename T> bool isNot(T Kind) const { return !is(Kind); } in isNot() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4209 static bool isNot(const MachineRegisterInfo &MRI, const MachineInstr &MI) { in isNot() function