Searched refs:isNot (Results 1 - 25 of 116) sorted by relevance

12345

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp160 if (getLexer().isNot(AsmToken::EndOfStatement)) {
174 if (getLexer().isNot(AsmToken::Comma))
187 if (getLexer().isNot(AsmToken::EndOfStatement)) {
205 if (getLexer().isNot(AsmToken::Comma))
213 if (getLexer().isNot(AsmToken::EndOfStatement))
386 if (IsPush && getLexer().isNot(AsmToken::String)) {
389 if (getLexer().isNot(AsmToken::Comma))
396 if (getLexer().isNot(AsmToken::String)) {
398 || getLexer().isNot(AsmToken::Hash))
417 if (getLexer().isNot(AsmToke
[all...]
H A DCOFFAsmParser.cpp269 if (getLexer().isNot(AsmToken::EndOfStatement)) {
283 if (getLexer().isNot(AsmToken::Comma))
304 if (getLexer().isNot(AsmToken::EndOfStatement))
350 if (getLexer().isNot(AsmToken::String))
375 if (getLexer().isNot(AsmToken::Comma))
383 if (getLexer().isNot(AsmToken::EndOfStatement))
415 if (getLexer().isNot(AsmToken::EndOfStatement))
428 if (getLexer().isNot(AsmToken::EndOfStatement))
447 if (getLexer().isNot(AsmToken::EndOfStatement))
462 if (getLexer().isNot(AsmToke
[all...]
H A DAsmParser.cpp725 while (Lexer.isNot(AsmToken::Eof)) {
808 while (Lexer.isNot(AsmToken::EndOfStatement) && Lexer.isNot(AsmToken::Eof))
819 while (Lexer.isNot(AsmToken::EndOfStatement) && Lexer.isNot(AsmToken::Eof))
829 while (Lexer.isNot(AsmToken::EndOfStatement) &&
830 Lexer.isNot(AsmToken::Comma) && Lexer.isNot(AsmToken::Eof))
845 if (Lexer.isNot(AsmToken::RParen))
860 if (Lexer.isNot(AsmToke
[all...]
H A DDarwinAsmParser.cpp396 if (getLexer().isNot(AsmToken::EndOfStatement))
450 if (getLexer().isNot(AsmToken::Comma))
458 if (getLexer().isNot(AsmToken::EndOfStatement))
495 if (getLexer().isNot(AsmToken::EndOfStatement))
508 if (getLexer().isNot(AsmToken::String))
513 if (getLexer().isNot(AsmToken::EndOfStatement))
531 if (getLexer().isNot(AsmToken::String))
544 if (getLexer().isNot(AsmToken::Comma))
563 if (getLexer().isNot(AsmToken::Comma))
571 if (getLexer().isNot(AsmToke
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp164 if (getLexer().isNot(AsmToken::EndOfStatement)) {
178 if (getLexer().isNot(AsmToken::Comma))
190 if (getLexer().isNot(AsmToken::EndOfStatement))
206 if (getLexer().isNot(AsmToken::Comma))
214 if (getLexer().isNot(AsmToken::EndOfStatement))
351 if (getLexer().isNot(AsmToken::String))
365 if (getLexer().isNot(AsmToken::Comma)) {
372 if (getLexer().isNot(AsmToken::Percent) && getLexer().isNot(AsmToken::At))
380 if (getLexer().isNot(AsmToke
[all...]
H A DCOFFAsmParser.cpp137 if (getLexer().isNot(AsmToken::EndOfStatement)) {
151 if (getLexer().isNot(AsmToken::Comma))
164 if (getLexer().isNot(AsmToken::EndOfStatement))
193 if (getLexer().isNot(AsmToken::EndOfStatement))
206 if (getLexer().isNot(AsmToken::EndOfStatement))
225 if (getLexer().isNot(AsmToken::EndOfStatement))
258 if (getLexer().isNot(AsmToken::Comma))
269 if (getLexer().isNot(AsmToken::EndOfStatement))
290 if (getLexer().isNot(AsmToken::EndOfStatement))
303 if (getLexer().isNot(AsmToke
[all...]
H A DAsmParser.cpp466 while (Lexer.isNot(AsmToken::Eof)) {
530 while (Lexer.isNot(AsmToken::EndOfStatement) &&
531 Lexer.isNot(AsmToken::Eof))
542 while (Lexer.isNot(AsmToken::EndOfStatement) &&
543 Lexer.isNot(AsmToken::Eof))
557 if (Lexer.isNot(AsmToken::RParen))
571 if (Lexer.isNot(AsmToken::RBrac))
778 if (Lexer.isNot(AsmToken::Identifier))
1240 if (getLexer().isNot(AsmToken::Integer)) {
1250 if (getLexer().isNot(AsmToke
[all...]
H A DDarwinAsmParser.cpp300 if (getLexer().isNot(AsmToken::EndOfStatement))
335 if (getLexer().isNot(AsmToken::Comma))
343 if (getLexer().isNot(AsmToken::EndOfStatement))
359 if (getLexer().isNot(AsmToken::String))
364 if (getLexer().isNot(AsmToken::EndOfStatement))
387 if (getLexer().isNot(AsmToken::Comma))
395 if (getLexer().isNot(AsmToken::EndOfStatement))
429 if (getLexer().isNot(AsmToken::EndOfStatement))
458 if (getLexer().isNot(AsmToken::EndOfStatement))
497 if (getLexer().isNot(AsmToke
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp28 if (I->isNot(tok::comment)) continue;
H A DRewriteMacros.cpp85 } while (RawTok.isNot(tok::eof));
114 while (RawTok.isNot(tok::eof) || PPTok.isNot(tok::eof)) {
147 while (!RawTok.isAtStartOfLine() && RawTok.isNot(tok::eof))
/external/clang/lib/Parse/
H A DParseOpenMP.cpp263 } while (Tok.isNot(tok::annot_pragma_openmp_end));
299 if (CombinerResult.isInvalid() && Tok.isNot(tok::r_paren) &&
300 Tok.isNot(tok::annot_pragma_openmp_end)) {
307 if (Tok.isNot(tok::annot_pragma_openmp_end)) {
324 if (Tok.isNot(tok::annot_pragma_openmp_end)) {
334 if (InitializerResult.isInvalid() && Tok.isNot(tok::r_paren) &&
335 Tok.isNot(tok::annot_pragma_openmp_end)) {
428 while (Tok.isNot(tok::annot_pragma_openmp_end)) {
429 if (Tok.isNot(tok::identifier))
515 if (Tok.isNot(to
[all...]
H A DParsePragma.cpp435 if (Tok.isNot(tok::l_brace)) {
540 while (Tok.isNot(tok::eof))
548 if (Tok.isNot(tok::l_paren)) {
554 if (Tok.isNot(tok::string_literal)) {
612 if (Tok.isNot(tok::r_paren)) {
617 if (Tok.isNot(tok::eof)) {
629 if (Tok.isNot(tok::l_paren)) {
658 else if (Tok.isNot(tok::r_paren)) {
664 } else if (Tok.isNot(tok::r_paren)) {
672 if (Tok.isNot(to
[all...]
H A DParseInit.cpp170 if (Tok.isNot(tok::identifier)) {
216 NextToken().isNot(tok::period) &&
316 if (getLangOpts().ObjC1 && Tok.isNot(tok::ellipsis) &&
317 Tok.isNot(tok::r_square)) {
324 if (Tok.isNot(tok::ellipsis)) {
415 if (Tok.isNot(tok::comma)) break;
451 if (Tok.isNot(tok::comma)) {
458 if (Tok.isNot(tok::comma)) break;
H A DParseTentative.cpp151 if (NextToken().isNot(tok::l_paren)) {
160 if (Tok.isNot(tok::l_paren))
191 if (Tok.isNot(tok::l_paren))
205 if (Tok.isNot(tok::identifier) && Tok.isNot(tok::annot_template_id))
239 if (Tok.isNot(tok::l_paren)) {
252 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon)))
352 if (P.Tok.isNot(tok::r_paren))
354 if (P.Tok.isNot(to
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCTargetAsmLexer.h83 /// isNot - Check if the current token has kind \arg K.
84 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } function in class:llvm::MCTargetAsmLexer
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DMCAsmLexer.h71 bool isNot(TokenKind K) const { return Kind != K; } function in class:llvm::AsmToken
175 /// isNot - Check if the current token has kind \arg K.
176 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } function in class:llvm::MCAsmLexer
/external/parameter-framework/upstream/parameter/
H A DSelectionCriterion.h62 bool isNot(int iState) const;
/external/clang/lib/Lex/
H A DPragma.cpp185 if (Tok.isNot(tok::l_paren)) {
195 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::eof))
197 while (Tok.isNot(tok::r_paren) &&
199 Tok.isNot(tok::eof))
220 if (Tok.isNot(tok::r_paren)) {
313 if (Tok.isNot(tok::l_paren)) {
322 while (Tok.isNot(tok::eof)) {
395 if (Tok.isNot(tok::raw_identifier)) {
494 while (DependencyTok.isNot(to
[all...]
H A DMacroArgs.cpp105 for (; ArgPtr->isNot(tok::eof); ++ArgPtr)
135 for (; ArgTok->isNot(tok::eof); ++ArgTok)
175 } while (Result.back().isNot(tok::eof));
209 for (; ArgToks->isNot(tok::eof); ++ArgToks) {
307 if (StringifiedArgs[ArgNo].isNot(tok::string_literal))
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp857 if (getLexer().isNot(AsmToken::LBrac))
865 if (!isRBrace && getLexer().isNot(AsmToken::Colon))
875 if (getLexer().isNot(AsmToken::RBrac))
1042 if (getLexer().isNot(AsmToken::LParen)) {
1076 if (getLexer().isNot(AsmToken::RParen)) {
1098 if (getLexer().isNot(AsmToken::LParen)) {
1112 if (getLexer().isNot(AsmToken::RParen)) {
1185 if (getLexer().isNot(AsmToken::Integer))
1191 if (getLexer().isNot(AsmToken::Comma))
1195 if (getLexer().isNot(AsmToke
[all...]
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp401 } while (Tok->Tok.isNot(tok::eof) && !LBraceStack.empty());
462 if (I->Tok->isNot(tok::period))
643 return Tok.isNot(tok::semi) && Tok.isNot(tok::l_brace) &&
644 Tok.isNot(tok::l_square) &&
647 Tok.isNot(tok::period) && Tok.isNot(tok::periodstar) &&
648 Tok.isNot(tok::arrow) && Tok.isNot(tok::arrowstar) &&
649 Tok.isNot(to
[all...]
/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp305 if (Token.isNot(TokenKind))
312 if (Token.isNot(TokenKind))
393 if (Token.isNot(MIToken::MachineBasicBlockLabel))
437 if (Token.isNot(MIToken::NamedRegister))
456 if (Token.isNot(MIToken::MachineBasicBlock))
464 if (Token.isNot(MIToken::IntegerLiteral))
483 while (Token.isNot(MIToken::rparen) && !Token.isErrorOrEOF())
574 } while (Token.isNot(MIToken::Eof));
589 if (Token.isNot(MIToken::comma))
609 while (!Token.isNewlineOrEOF() && Token.isNot(MIToke
[all...]
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp162 if (tok.isNot(tok::semi)) {
409 if (tok.isNot(tok::at)) return false;
411 if (tok.isNot(tok::raw_identifier)) return false;
415 if (tok.isNot(tok::l_paren)) return false;
427 if (tok.isNot(tok::raw_identifier)) return false;
441 } while (tok.isNot(tok::comma) && tok.isNot(tok::r_paren));
449 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
490 if (tok.isNot(tok::at)) return false;
492 if (tok.isNot(to
[all...]
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h79 bool isNot(TokenKind K) const { return Kind != K; } function in class:llvm::AsmToken
216 bool isNot(AsmToken::TokenKind K) const { return getTok().isNot(K); } function in class:llvm::MCAsmLexer
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp401 if (Tok.isNot(AsmToken::Identifier))
431 if (getLexer().isNot(AsmToken::LParen))
437 if (IntTok.isNot(AsmToken::Integer))
451 if (getParser().Lex().isNot(AsmToken::RParen))
506 if (getLexer().isNot(AsmToken::Colon))
534 if (getLexer().isNot(AsmToken::LParen)) {
540 if (getLexer().isNot(AsmToken::LParen)) {
567 if (getLexer().isNot(AsmToken::LParen)) {
605 if (getLexer().isNot(AsmToken::RParen)) {
608 if (getLexer().isNot(AsmToke
[all...]

Completed in 601 milliseconds

12345