/external/llvm-project/mlir/lib/Parser/ |
D | Token.h | 49 bool isNot(Kind k) const { return kind != k; } in isNot() function 53 bool isNot(Kind k1, Kind k2, T... others) const { in isNot() function
|
/external/parameter-framework/upstream/parameter/ |
D | SelectionCriterion.cpp | 111 bool CSelectionCriterion::isNot(int iState) const in isNot() function in CSelectionCriterion
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 79 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function 216 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 138 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
|
/external/guava/guava/src/com/google/common/base/ |
D | CharMatcher.java | 303 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
|
/external/guava/android/guava/src/com/google/common/base/ |
D | CharMatcher.java | 303 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
|
/external/llvm-project/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 142 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | PathSubject.java | 373 public Attribute isNot(Object value) throws IOException { in attribute() method in PathSubject
|
/external/clang/include/clang/Lex/ |
D | Token.h | 95 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Token.h | 98 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | CommentLexer.h | 93 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot() function
|
/external/clang/include/clang/AST/ |
D | CommentLexer.h | 95 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 83 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 168 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 83 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 210 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 212 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
|
/external/clang/lib/Format/ |
D | FormatToken.h | 298 template <typename T> bool isNot(T Kind) const { return !is(Kind); } in isNot() function
|
/external/llvm-project/clang/lib/Format/ |
D | FormatToken.h | 462 template <typename T> bool isNot(T Kind) const { return !is(Kind); } in isNot() function
|
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
D | mlir-linalg-ods-gen.cpp | 122 bool isNot(Kind k) const { return kind != k; } in isNot() function in __anon084c004d0111::Token
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 2643 static bool isNot(const MachineRegisterInfo &MRI, const MachineInstr &MI) { in isNot() function
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2252 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator
|