Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h79 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/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp111 bool CSelectionCriterion::isNot(uint64_t iState) const in isNot() function in CSelectionCriterion
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h138 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
/external/guava/android/guava/src/com/google/common/base/
DCharMatcher.java304 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java304 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DCharRange.java105 public static CharRange isNot(final char ch) { in isNot() method in CharRange
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathSubject.java373 public Attribute isNot(Object value) throws IOException { in attribute() method in PathSubject
/external/clang/include/clang/Lex/
DToken.h95 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() function
/external/clang/include/clang/AST/
DCommentLexer.h95 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/
DMCAsmMacro.h83 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h168 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h210 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
/external/clang/lib/Format/
DFormatToken.h298 template <typename T> bool isNot(T Kind) const { return !is(Kind); } in isNot() function
/external/llvm/lib/IR/
DInstructions.cpp2252 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator