| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | DependencyDirectivesScanner.h | 48 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
|
| H A D | Token.h | 99 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 146 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 144 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 D | Token.h | 98 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CommentLexer.h | 93 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CommentLexer.h | 93 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 D | MCAsmMacro.h | 83 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 83 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 214 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 224 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | FormatToken.h | 461 template <typename T> bool isNot(T Kind) const { return !is(Kind); } in isNot() function
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatToken.h | 554 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 D | AMDGPULegalizerInfo.cpp | 2670 static bool isNot(const MachineRegisterInfo &MRI, const MachineInstr &MI) { in isNot() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 3198 static bool isNot(const MachineRegisterInfo &MRI, const MachineInstr &MI) { in isNot() function
|