HomeSort by relevance Sort by last modified time
    Searched defs:isNot (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/parameter-framework/upstream/parameter/
SelectionCriterion.cpp 111 bool CSelectionCriterion::isNot(int iState) const
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCTargetAsmLexer.h 83 /// isNot - Check if the current token has kind \arg K.
84 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); }
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 434 return isNot(match);
450 public static CharMatcher isNot(final char match) {
451 String description = "CharMatcher.isNot('" + showCharacter(match) + "')";
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
CharMatcher.java 432 return isNot(match);
442 public static CharMatcher isNot(final char match) {
443 String description = "CharMatcher.isNot('" + showCharacter(match) + "')";
    [all...]
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/clang/include/clang/Lex/
Token.h 92 /// is/isNot - Predicates to check if this token is a specific kind, as in
95 bool isNot(tok::TokenKind K) const { return Kind != K; }
177 assert(isNot(tok::raw_identifier) &&
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 79 bool isNot(TokenKind K) const { return Kind != K; }
216 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmLexer.h 71 bool isNot(TokenKind K) const { return Kind != K; }
175 /// isNot - Check if the current token has kind \arg K.
176 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 92 /// is/isNot - Predicates to check if this token is a specific kind, as in
95 bool isNot(tok::TokenKind K) const { return Kind != K; }
177 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 92 /// is/isNot - Predicates to check if this token is a specific kind, as in
95 bool isNot(tok::TokenKind K) const { return Kind != K; }
177 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Token.h 93 /// is/isNot - Predicates to check if this token is a specific kind, as in
96 bool isNot(tok::TokenKind K) const { return Kind != K; }
178 assert(isNot(tok::raw_identifier) &&
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 168 bool isNot(TokenKind K) const { return Kind != K; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 89 bool isNot(TokenKind K) const { return Kind != K; }
247 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
MCAsmLexer.h 89 bool isNot(TokenKind K) const { return Kind != K; }
256 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); }

Completed in 647 milliseconds

1 2 3 4 5 6 7 8