HomeSort by relevance Sort by last modified time
    Searched refs:isNot (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /external/clang/include/clang/AST/
CommentLexer.h 95 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; }
  /external/clang/lib/Parse/
ParseTemplate.cpp 33 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) {
402 if (Tok.isNot(tok::kw_typename))
    [all...]
ParseExprCXX.cpp 327 if (Tok.isNot(tok::less)) {
398 if (Tok.isNot(tok::identifier))
758 while (Tok.isNot(tok::r_square)) {
760 if (Tok.isNot(tok::comma)) {
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 460 if (getLexer().isNot(AsmToken::EndOfStatement)) {
485 if (getLexer().isNot(AsmToken::EndOfStatement)) {
525 if (getLexer().isNot(AsmToken::EndOfStatement)) {
537 if (getLexer().isNot(AsmToken::Comma))
  /external/clang/lib/Format/
Format.cpp 674 if (Line.Last->isNot(tok::r_paren))
727 } else if (Limit != 0 && Line.First->isNot(tok::kw_namespace)) {
752 if (Tok->isNot(tok::r_brace))
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 305 if (Tok.isNot(Expected))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 308 (!BinaryOperator::isNot(I) && !BinaryOperator::isNeg(I)))
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 576 while (PragmaTok.isNot(tok::eod)) {
684 while (Tok.isNot(tok::eof));
VerifyDiagnosticConsumer.cpp 601 while (Tok.isNot(tok::eof)) {
  /external/clang/lib/Lex/
Preprocessor.cpp 404 if (Tok.isNot(tok::raw_identifier) && !Tok.hasUCN()) {
739 if (Result.isNot(tok::string_literal)) {
LiteralSupport.cpp     [all...]
TokenLexer.cpp 275 if (ResultArgToks->isNot(tok::eof)) {
    [all...]
Lexer.cpp     [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 398 return isNot(match);
416 public static CharMatcher isNot(final char match) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharMatcher.java 396 return isNot(match);
413 public static CharMatcher isNot(final char match) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 396 return isNot(match);
413 public static CharMatcher isNot(final char match) {
    [all...]
  /frameworks/compile/slang/
slang.cpp 413 } while (Tok.isNot(clang::tok::eof));
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 956 signed char isNot; /* this term is preceded by "-" */
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 308 /// isNeg, isFNeg, isNot - Check if the given Value is a
313 static bool isNot(const Value *V);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 50 BinaryOperator::isNot(V))
InstCombineSelect.cpp     [all...]
InstCombineAndOrXor.cpp 29 if (BinaryOperator::isNot(V))
46 if (BinaryOperator::isNot(V)) {
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 248 while (Lexer.Lex().isNot(AsmToken::Eof)) {
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 644 milliseconds

1 23 4 5