HomeSort by relevance Sort by last modified time
    Searched refs:isNot (Results 26 - 50 of 56) sorted by null

12 3

  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 387 if (NextToken.isNot(AsmToken::Eof) &&
400 SpecificAsmLexer->isNot(AsmToken::Eof) &&
401 SpecificAsmLexer->isNot(AsmToken::EndOfStatement)) {
  /external/clang/lib/Rewrite/
HTMLRewrite.cpp 375 while (Tok.isNot(tok::eof)) {
391 if (Tok.isNot(tok::identifier))
425 while (!Tok.isAtStartOfLine() && Tok.isNot(tok::eof)) {
507 while (Tok.isNot(tok::eof)) {
  /external/clang/lib/Lex/
TokenConcatenation.cpp 200 if (Tok.isNot(tok::char_constant) && Tok.isNot(tok::string_literal))
PPLexerChange.cpp 419 while (Tok.isNot(tok::eod) && Tok.isNot(tok::eof))
PPExpressions.cpp 130 if (PeekTok.isNot(tok::r_paren)) {
316 if (PeekTok.isNot(tok::r_paren)) {
656 if (PeekTok.isNot(tok::colon)) {
735 if (Tok.isNot(tok::eod))
762 if (Tok.isNot(tok::eod))
772 if (Tok.isNot(tok::eod)) {
LiteralSupport.cpp 958 if (StringToks[i].isNot(Kind) && StringToks[i].isNot(tok::string_literal)) {
    [all...]
PPMacroExpansion.cpp 343 while (Tok.isNot(tok::r_paren)) {
745 if (Tok.isNot(tok::l_paren)) {
806 if (Tok.isNot(tok::r_paren)) {
    [all...]
Preprocessor.cpp 337 if (Tok.isNot(tok::raw_identifier)) {
TokenLexer.cpp 216 if (ResultArgToks->isNot(tok::eof)) {
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 230 (ParmLoc.isValid() ? Tok.is(tok::comma) : Tok.isNot(tok::r_paren))) {
243 if (Tok.isNot(tok::comma))
260 if (Tok.isNot(tok::greater))
557 if (Tok.isNot(tok::identifier)) {
581 if (Tok.isNot(tok::identifier)) {
596 if (Tok.isNot(tok::comma))
603 if (Tok.isNot(tok::equal)) {
645 if (Tok.isNot(tok::comma))
777 while (Tok.getLocation() != OrigLoc && Tok.isNot(tok::eof))
841 if (Tok.isNot(tok::comma)
    [all...]
ParseTemplate.cpp 33 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) {
398 if (Tok.isNot(tok::kw_typename))
691 if (Tok.isNot(tok::greater) && Tok.isNot(tok::greatergreater))
702 if (Tok.isNot(tok::greater) && Tok.isNot(tok::greatergreater)) {
    [all...]
Parser.cpp 841 if (Tok.isNot(tok::l_brace) &&
843 (Tok.isNot(tok::colon) && Tok.isNot(tok::kw_try) &&
844 Tok.isNot(tok::equal)))) {
851 if (Tok.isNot(tok::l_brace))
    [all...]
ParseExprCXX.cpp 242 if (Tok.isNot(tok::less)) {
315 if (Tok.isNot(tok::identifier))
616 while (Tok.isNot(tok::r_square)) {
618 if (Tok.isNot(tok::comma))
703 if (Tok.isNot(tok::r_paren))
    [all...]
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 501 while (getLexer().isNot(AsmToken::EndOfStatement) &&
533 if (getLexer().isNot(AsmToken::EndOfStatement)) {
545 if (getLexer().isNot(AsmToken::Comma))
  /external/clang/lib/Frontend/
CacheTokens.cpp 328 if (Tok.isNot(tok::raw_identifier)) {
388 while (Tok.isNot(tok::eof) && !Tok.isAtStartOfLine());
415 while (Tok.isNot(tok::eof));
558 do { PP.Lex(Tok); } while (Tok.isNot(tok::eof));
PrintPreprocessedOutput.cpp 481 while (PragmaTok.isNot(tok::eod)) {
565 while (Tok.isNot(tok::eof));
VerifyDiagnosticConsumer.cpp 350 while (Tok.isNot(tok::eof)) {
  /external/clang/lib/ARCMigrate/
Transforms.cpp 131 if (tok.isNot(tok::semi))
  /external/guava/src/com/google/common/base/
CharMatcher.java 384 return isNot(match);
401 public static CharMatcher isNot(final char match) {
    [all...]
  /frameworks/compile/slang/
slang.cpp 408 } while (Tok.isNot(clang::tok::eof));
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 44 BinaryOperator::isNot(V))
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 265 while (Lexer.Lex().isNot(AsmToken::Eof)) {
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 192 (!BinaryOperator::isNot(I) && !BinaryOperator::isNeg(I)))
669 if (BinaryOperator::isNot(Ops[i].Op)) { // Cannot occur for ^.
    [all...]
  /external/llvm/include/llvm/
InstrTypes.h 310 /// isNeg, isFNeg, isNot - Check if the given Value is a
315 static bool isNot(const Value *V);
    [all...]

Completed in 1461 milliseconds

12 3