Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h146 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h98 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h93 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmMacro.h83 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h214 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h461 template <typename T> bool isNot(T Kind) const { return !is(Kind); } in isNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2670 static bool isNot(const MachineRegisterInfo &MRI, const MachineInstr &MI) { in isNot() function