Searched refs:isNot (Results 26 - 50 of 59) sorted by relevance

123

/external/llvm/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp369 if (NextToken.isNot(AsmToken::Eof) &&
382 SpecificAsmLexer->isNot(AsmToken::Eof) &&
383 SpecificAsmLexer->isNot(AsmToken::EndOfStatement)) {
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp227 } while (!DirectiveToken.is(tok::eod) && DirectiveToken.isNot(tok::eof));
276 while (RawToken.isNot(tok::eof)) {
358 } while (Tok.isNot(tok::eof));
/external/clang/lib/AST/
H A DCommentBriefParser.cpp71 while (Tok.isNot(tok::eof)) {
H A DCommentParser.cpp94 if (P.Tok.isNot(tok::text)) {
100 if (P.Tok.isNot(tok::text)) {
425 if (Tok.isNot(tok::html_equals)) {
432 if (Tok.isNot(tok::html_quoted_string)) {
714 while (Tok.isNot(tok::eof)) {
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp376 while (Tok.isNot(tok::eof)) {
391 if (Tok.isNot(tok::identifier))
426 while (!Tok.isAtStartOfLine() && Tok.isNot(tok::eof)) {
513 while (Tok.isNot(tok::eof)) {
/external/clang/lib/Parse/
H A DParseDecl.cpp242 (ParmLoc.isValid() ? Tok.is(tok::comma) : Tok.isNot(tok::r_paren))) {
255 if (Tok.isNot(tok::comma))
272 if (Tok.isNot(tok::greater))
676 if (Tok.isNot(tok::identifier)) {
701 if (Tok.isNot(tok::identifier)) {
716 if (Tok.isNot(tok::comma))
723 if (Tok.isNot(tok::equal)) {
774 if (Tok.isNot(tok::comma))
955 while (Tok.getLocation() != OrigLoc && Tok.isNot(tok::eof))
1010 while (Tok.isNot(to
[all...]
H A DParser.cpp943 if (Tok.isNot(tok::l_brace) &&
945 (Tok.isNot(tok::colon) && Tok.isNot(tok::kw_try) &&
946 Tok.isNot(tok::equal)))) {
953 if (Tok.isNot(tok::l_brace))
959 if (Tok.isNot(tok::equal)) {
973 Tok.isNot(tok::equal) &&
1193 if (Tok.isNot(tok::comma))
1338 if (Tok.isNot(tok::identifier) || SS.isInvalid()) {
1406 if (Next.isNot(to
[all...]
H A DParseTemplate.cpp33 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) {
413 if (Tok.isNot(tok::kw_typename))
713 if (Tok.isNot(tok::greater) && Tok.isNot(tok::greatergreater))
1189 if (Tok.isNot(tok::comma)) break;
H A DParseExprCXX.cpp177 if (Tok.isNot(tok::coloncolon)) {
260 if (Tok.isNot(tok::less)) {
329 if (Tok.isNot(tok::identifier))
641 while (Tok.isNot(tok::r_square)) {
643 if (Tok.isNot(tok::comma)) {
769 if (Tok.isNot(tok::r_paren))
1256 if (Tok.isNot(tok::r_paren)) {
1801 (!getLangOpts().CPlusPlus0x || NextToken().isNot(tok::l_square))) {
2146 if (Tok.isNot(tok::identifier)) {
2290 if (Tok.isNot(to
[all...]
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp234 if (Tok.isNot(tok::char_constant) && Tok.isNot(tok::string_literal))
H A DPPLexerChange.cpp471 while (Tok.isNot(tok::eod) && Tok.isNot(tok::eof))
H A DPPExpressions.cpp130 if (PeekTok.isNot(tok::r_paren)) {
324 if (PeekTok.isNot(tok::r_paren)) {
664 if (PeekTok.isNot(tok::colon)) {
741 if (Tok.isNot(tok::eod))
768 if (Tok.isNot(tok::eod))
778 if (Tok.isNot(tok::eod)) {
H A DPPMacroExpansion.cpp377 while (Tok.isNot(tok::r_paren)) {
813 if (Tok.isNot(tok::l_paren)) {
860 if (Tok.isNot(tok::r_paren)) {
H A DPreprocessor.cpp363 if (Tok.isNot(tok::raw_identifier)) {
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp503 while (getLexer().isNot(AsmToken::EndOfStatement) &&
535 if (getLexer().isNot(AsmToken::EndOfStatement)) {
547 if (getLexer().isNot(AsmToken::Comma))
/external/clang/lib/Frontend/
H A DFrontendActions.cpp377 while (RawTok.isNot(tok::eof)) {
393 } while (Tok.isNot(tok::eof));
422 } while (Tok.isNot(tok::eof));
H A DCacheTokens.cpp328 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));
H A DPrintPreprocessedOutput.cpp483 while (PragmaTok.isNot(tok::eod)) {
571 while (Tok.isNot(tok::eof));
H A DVerifyDiagnosticConsumer.cpp496 while (Tok.isNot(tok::eof)) {
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2468 if (Tok.isNot(AsmToken::Identifier)) return -1;
2648 if (Parser.getTok().isNot(AsmToken::RBrac))
2742 if (Tok.isNot(AsmToken::Identifier))
2761 if (Tok.isNot(AsmToken::Identifier))
2780 if (Parser.getTok().isNot(AsmToken::LCurly))
2798 if (Parser.getTok().isNot(AsmToken::RCurly))
2962 if (Parser.getTok().isNot(AsmToken::RCurly))
3007 if (Parser.getTok().isNot(AsmToken::RBrac)) {
3094 if (Parser.getTok().isNot(AsmToken::LCurly))
3236 if (Parser.getTok().isNot(AsmToke
[all...]
/external/clang/include/clang/AST/
H A DCommentLexer.h93 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; }
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java398 return isNot(match);
416 public static CharMatcher isNot(final char match) { method in class:CharMatcher
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h45 BinaryOperator::isNot(V))
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp230 while (Lexer.Lex().isNot(AsmToken::Eof)) {
/external/llvm/include/llvm/
H A DInstrTypes.h310 /// isNeg, isFNeg, isNot - Check if the given Value is a
315 static bool isNot(const Value *V);

Completed in 584 milliseconds

123