Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCTargetAsmLexer.h84 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } in isNot() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h71 bool isNot(TokenKind K) const { return Kind != K; } in isNot() function
176 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } in isNot() function
/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp111 bool CSelectionCriterion::isNot(int iState) const in isNot() function in CSelectionCriterion
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h147 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } in isNot() function
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DCharMatcher.java442 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java450 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
/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-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h84 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-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h197 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/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1921 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2097 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator
/external/llvm/lib/IR/
DInstructions.cpp2252 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator