/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCTargetAsmLexer.h | 84 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } in isNot() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 71 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/ |
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-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 147 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/ |
D | CharMatcher.java | 442 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
|
/external/guava/guava/src/com/google/common/base/ |
D | CharMatcher.java | 450 public static CharMatcher isNot(final char match) { in isNot() method in CharMatcher
|
/external/clang/include/clang/Lex/ |
D | Token.h | 95 bool isNot(tok::TokenKind K) const { 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-7.0/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 84 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 197 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/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1921 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2097 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2252 bool BinaryOperator::isNot(const Value *V) { in isNot() function in BinaryOperator
|