/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 179 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseDirectiveSymbolAttribute() 193 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute() 206 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseSectionSwitch() 224 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSize() 232 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSize() 391 if (L.isNot(AsmToken::Comma)) in maybeParseSectionType() 394 if (L.isNot(AsmToken::At) && L.isNot(AsmToken::Percent) && in maybeParseSectionType() 395 L.isNot(AsmToken::String)) { in maybeParseSectionType() 412 if (getLexer().isNot(AsmToken::Comma)) in parseMergeSize() 424 if (L.isNot(AsmToken::Comma)) in parseGroup() [all …]
|
D | COFFAsmParser.cpp | 294 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseDirectiveSymbolAttribute() 308 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute() 329 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSectionSwitch() 376 if (getLexer().isNot(AsmToken::String)) in ParseDirectiveSection() 401 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSection() 409 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSection() 441 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveScl() 454 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveType() 481 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSecRel32() 533 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSafeSEH() [all …]
|
D | DarwinAsmParser.cpp | 472 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseSectionSwitch() 526 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveDesc() 534 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveDesc() 571 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveIndirectSymbol() 584 if (getLexer().isNot(AsmToken::String)) in parseDirectiveDumpOrLoad() 589 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveDumpOrLoad() 607 if (getLexer().isNot(AsmToken::String)) in parseDirectiveLinkerOption() 619 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLinkerOption() 638 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLsym() 646 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveLsym() [all …]
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 160 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseDirectiveSymbolAttribute() 174 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute() 187 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseSectionSwitch() 205 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSize() 213 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSize() 386 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments() 389 if (getLexer().isNot(AsmToken::Comma)) in ParseSectionArguments() 396 if (getLexer().isNot(AsmToken::String)) { in ParseSectionArguments() 398 || getLexer().isNot(AsmToken::Hash)) in ParseSectionArguments() 417 if (getLexer().isNot(AsmToken::Comma)) { in ParseSectionArguments() [all …]
|
D | COFFAsmParser.cpp | 269 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseDirectiveSymbolAttribute() 283 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute() 304 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSectionSwitch() 350 if (getLexer().isNot(AsmToken::String)) in ParseDirectiveSection() 375 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSection() 383 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSection() 415 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveScl() 428 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveType() 447 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSecRel32() 462 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSafeSEH() [all …]
|
D | DarwinAsmParser.cpp | 396 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseSectionSwitch() 450 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveDesc() 458 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveDesc() 495 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveIndirectSymbol() 508 if (getLexer().isNot(AsmToken::String)) in parseDirectiveDumpOrLoad() 513 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveDumpOrLoad() 531 if (getLexer().isNot(AsmToken::String)) in parseDirectiveLinkerOption() 544 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLinkerOption() 563 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLsym() 571 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveLsym() [all …]
|
D | AsmParser.cpp | 725 while (Lexer.isNot(AsmToken::Eof)) { in Run() 808 while (Lexer.isNot(AsmToken::EndOfStatement) && Lexer.isNot(AsmToken::Eof)) in eatToEndOfStatement() 819 while (Lexer.isNot(AsmToken::EndOfStatement) && Lexer.isNot(AsmToken::Eof)) in parseStringToEndOfStatement() 829 while (Lexer.isNot(AsmToken::EndOfStatement) && in parseStringToComma() 830 Lexer.isNot(AsmToken::Comma) && Lexer.isNot(AsmToken::Eof)) in parseStringToComma() 845 if (Lexer.isNot(AsmToken::RParen)) in parseParenExpr() 860 if (Lexer.isNot(AsmToken::RBrac)) in parseBracketExpr() 928 if (Lexer.isNot(AsmToken::RParen)) { in parsePrimaryExpr() 1133 if (Lexer.isNot(AsmToken::Identifier)) in parseExpression() 1176 if (Lexer.isNot(AsmToken::RParen)) in parseParenExprOfDepth() [all …]
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 263 } while (Tok.isNot(tok::annot_pragma_openmp_end)); in ParseOpenMPDeclareReductionDirective() 299 if (CombinerResult.isInvalid() && Tok.isNot(tok::r_paren) && in ParseOpenMPDeclareReductionDirective() 300 Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOpenMPDeclareReductionDirective() 307 if (Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOpenMPDeclareReductionDirective() 324 if (Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOpenMPDeclareReductionDirective() 334 if (InitializerResult.isInvalid() && Tok.isNot(tok::r_paren) && in ParseOpenMPDeclareReductionDirective() 335 Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOpenMPDeclareReductionDirective() 428 while (Tok.isNot(tok::annot_pragma_openmp_end)) { in parseDeclareSimdClauses() 429 if (Tok.isNot(tok::identifier)) in parseDeclareSimdClauses() 515 if (Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOMPDeclareSimdClauses() [all …]
|
D | ParsePragma.cpp | 435 if (Tok.isNot(tok::l_brace)) { in HandlePragmaCaptured() 540 while (Tok.isNot(tok::eof)) in HandlePragmaMSPragma() 548 if (Tok.isNot(tok::l_paren)) { in HandlePragmaMSSection() 554 if (Tok.isNot(tok::string_literal)) { in HandlePragmaMSSection() 612 if (Tok.isNot(tok::r_paren)) { in HandlePragmaMSSection() 617 if (Tok.isNot(tok::eof)) { in HandlePragmaMSSection() 629 if (Tok.isNot(tok::l_paren)) { in HandlePragmaMSSegment() 658 else if (Tok.isNot(tok::r_paren)) { in HandlePragmaMSSegment() 664 } else if (Tok.isNot(tok::r_paren)) { in HandlePragmaMSSegment() 672 if (Tok.isNot(tok::r_paren)) { in HandlePragmaMSSegment() [all …]
|
D | ParseTentative.cpp | 151 if (NextToken().isNot(tok::l_paren)) { in TryConsumeDeclarationSpecifier() 160 if (Tok.isNot(tok::l_paren)) in TryConsumeDeclarationSpecifier() 191 if (Tok.isNot(tok::l_paren)) in TryConsumeDeclarationSpecifier() 205 if (Tok.isNot(tok::identifier) && Tok.isNot(tok::annot_template_id)) in TryConsumeDeclarationSpecifier() 239 if (Tok.isNot(tok::l_paren)) { in TryParseSimpleDeclaration() 252 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration() 352 if (P.Tok.isNot(tok::r_paren)) in markNotExpression() 354 if (P.Tok.isNot(tok::semi)) in markNotExpression() 580 if (Tok.isNot(tok::l_square) || NextToken().isNot(tok::l_square)) in isCXX11AttributeSpecifier() 636 while (Tok.isNot(tok::r_square)) { in isCXX11AttributeSpecifier() [all …]
|
D | ParseObjc.cpp | 140 if (Tok.isNot(tok::identifier)) { in ParseObjCAtClassDeclaration() 232 if (Tok.isNot(tok::identifier)) { in ParseObjCAtInterfaceDeclaration() 332 if (Tok.isNot(tok::identifier)) { in ParseObjCAtInterfaceDeclaration() 369 if (Tok.isNot(tok::less)) in ParseObjCAtInterfaceDeclaration() 568 if (Tok.isNot(tok::colon) && Tok.isNot(tok::l_paren)) { in parseObjCTypeParamListOrProtocolRefs() 669 if (Tok.isNot(tok::at)) { in ParseObjCInterfaceDeclList() 979 if (Tok.isNot(tok::comma)) in ParseObjCPropertyAttribute() 1162 if (Tok.isNot(tok::identifier)) in ParseObjCTypeQualifierList() 1383 if (!SelIdent && Tok.isNot(tok::colon)) { // missing selector name. in ParseObjCMethodDecl() 1392 if (Tok.isNot(tok::colon)) { in ParseObjCMethodDecl() [all …]
|
D | ParseInit.cpp | 170 if (Tok.isNot(tok::identifier)) { in ParseInitializerWithPotentialDesignator() 216 NextToken().isNot(tok::period) && in ParseInitializerWithPotentialDesignator() 316 if (getLangOpts().ObjC1 && Tok.isNot(tok::ellipsis) && in ParseInitializerWithPotentialDesignator() 317 Tok.isNot(tok::r_square)) { in ParseInitializerWithPotentialDesignator() 324 if (Tok.isNot(tok::ellipsis)) { in ParseInitializerWithPotentialDesignator() 415 if (Tok.isNot(tok::comma)) break; in ParseBraceInitializer() 451 if (Tok.isNot(tok::comma)) { in ParseBraceInitializer() 458 if (Tok.isNot(tok::comma)) break; in ParseBraceInitializer()
|
D | ParseStmt.cpp | 189 if (Next.isNot(tok::coloncolon)) { in ParseStatementOrDeclarationAfterAttributes() 204 if (Tok.isNot(tok::identifier)) in ParseStatementOrDeclarationAfterAttributes() 442 if (Tok.isNot(tok::l_brace)) in ParseSEHTryBlock() 512 if (Tok.isNot(tok::l_brace)) in ParseSEHExceptBlock() 533 if (Tok.isNot(tok::l_brace)) in ParseSEHFinallyBlock() 758 if (Tok.isNot(tok::r_brace)) { in ParseCaseStatement() 811 if (Tok.isNot(tok::r_brace)) { in ParseDefaultStatement() 955 if (Tok.isNot(tok::identifier)) { in ParseCompoundStatementBody() 978 while (!tryParseMisplacedModuleImport() && Tok.isNot(tok::r_brace) && in ParseCompoundStatementBody() 979 Tok.isNot(tok::eof)) { in ParseCompoundStatementBody() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 137 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseDirectiveSymbolAttribute() 151 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute() 164 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSectionSwitch() 193 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveScl() 206 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveType() 225 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSEHDirectiveStartProc() 258 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveHandler() 269 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSEHDirectiveHandler() 290 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSEHDirectivePushReg() 303 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveSetFrame() [all …]
|
D | AsmParser.cpp | 466 while (Lexer.isNot(AsmToken::Eof)) { in Run() 530 while (Lexer.isNot(AsmToken::EndOfStatement) && in EatToEndOfStatement() 531 Lexer.isNot(AsmToken::Eof)) in EatToEndOfStatement() 542 while (Lexer.isNot(AsmToken::EndOfStatement) && in ParseStringToEndOfStatement() 543 Lexer.isNot(AsmToken::Eof)) in ParseStringToEndOfStatement() 557 if (Lexer.isNot(AsmToken::RParen)) in ParseParenExpr() 571 if (Lexer.isNot(AsmToken::RBrac)) in ParseBracketExpr() 778 if (Lexer.isNot(AsmToken::Identifier)) in ParseExpression() 1240 if (getLexer().isNot(AsmToken::Integer)) { in ParseCppHashLineFilenameComment() 1250 if (getLexer().isNot(AsmToken::String)) { in ParseCppHashLineFilenameComment() [all …]
|
D | ELFAsmParser.cpp | 164 if (getLexer().isNot(AsmToken::EndOfStatement)) { in ParseDirectiveSymbolAttribute() 178 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute() 190 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSectionSwitch() 206 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSize() 214 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSize() 351 if (getLexer().isNot(AsmToken::String)) in ParseDirectiveSection() 365 if (getLexer().isNot(AsmToken::Comma)) { in ParseDirectiveSection() 372 if (getLexer().isNot(AsmToken::Percent) && getLexer().isNot(AsmToken::At)) in ParseDirectiveSection() 380 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSection() 390 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSection() [all …]
|
D | DarwinAsmParser.cpp | 300 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseSectionSwitch() 335 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveDesc() 343 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveDesc() 359 if (getLexer().isNot(AsmToken::String)) in ParseDirectiveDumpOrLoad() 364 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveDumpOrLoad() 387 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveLsym() 395 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveLsym() 429 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSection() 458 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSecureLogUnique() 497 if (getLexer().isNot(AsmToken::EndOfStatement)) in ParseDirectiveSecureLogReset() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 404 if (Token.isNot(TokenKind)) in expectAndConsume() 411 if (Token.isNot(TokenKind)) in consumeIfPresent() 492 if (Token.isNot(MIToken::MachineBasicBlockLabel)) in parseBasicBlockDefinitions() 536 if (Token.isNot(MIToken::NamedRegister)) in parseBasicBlockLiveins() 545 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockLiveins() 546 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockLiveins() 569 if (Token.isNot(MIToken::MachineBasicBlock)) in parseBasicBlockSuccessors() 577 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockSuccessors() 578 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockSuccessors() 598 while (Token.isNot(MIToken::rparen) && !Token.isErrorOrEOF()) in parseBasicBlock() [all …]
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 305 if (Token.isNot(TokenKind)) in expectAndConsume() 312 if (Token.isNot(TokenKind)) in consumeIfPresent() 393 if (Token.isNot(MIToken::MachineBasicBlockLabel)) in parseBasicBlockDefinitions() 437 if (Token.isNot(MIToken::NamedRegister)) in parseBasicBlockLiveins() 456 if (Token.isNot(MIToken::MachineBasicBlock)) in parseBasicBlockSuccessors() 464 if (Token.isNot(MIToken::IntegerLiteral)) in parseBasicBlockSuccessors() 483 while (Token.isNot(MIToken::rparen) && !Token.isErrorOrEOF()) in parseBasicBlock() 574 } while (Token.isNot(MIToken::Eof)); in parseBasicBlocks() 589 if (Token.isNot(MIToken::comma)) in parse() 609 while (!Token.isNewlineOrEOF() && Token.isNot(MIToken::kw_debug_location) && in parse() [all …]
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 185 if (Tok.isNot(tok::l_paren)) { in Handle_Pragma() 195 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::eof)) in Handle_Pragma() 197 while (Tok.isNot(tok::r_paren) && in Handle_Pragma() 199 Tok.isNot(tok::eof)) in Handle_Pragma() 220 if (Tok.isNot(tok::r_paren)) { in Handle_Pragma() 313 if (Tok.isNot(tok::l_paren)) { in HandleMicrosoft__pragma() 322 while (Tok.isNot(tok::eof)) { in HandleMicrosoft__pragma() 395 if (Tok.isNot(tok::raw_identifier)) { in HandlePragmaPoison() 494 while (DependencyTok.isNot(tok::eod)) { in HandlePragmaDependency() 514 if (Tok.isNot(tok::l_paren)) { in ParsePragmaPushOrPopMacro() [all …]
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 857 if (getLexer().isNot(AsmToken::LBrac)) in ParseAMDGPURegister() 865 if (!isRBrace && getLexer().isNot(AsmToken::Colon)) in ParseAMDGPURegister() 875 if (getLexer().isNot(AsmToken::RBrac)) in ParseAMDGPURegister() 1042 if (getLexer().isNot(AsmToken::LParen)) { in parseRegOrImmWithFPInputMods() 1076 if (getLexer().isNot(AsmToken::RParen)) { in parseRegOrImmWithFPInputMods() 1098 if (getLexer().isNot(AsmToken::LParen)) { in parseRegOrImmWithIntInputMods() 1112 if (getLexer().isNot(AsmToken::RParen)) { in parseRegOrImmWithIntInputMods() 1185 if (getLexer().isNot(AsmToken::Integer)) in ParseDirectiveMajorMinor() 1191 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveMajorMinor() 1195 if (getLexer().isNot(AsmToken::Integer)) in ParseDirectiveMajorMinor() [all …]
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.cpp | 401 } while (Tok->Tok.isNot(tok::eof) && !LBraceStack.empty()); in calculateBraceTypes() 462 if (I->Tok->isNot(tok::period)) in isGoogScope() 643 return Tok.isNot(tok::semi) && Tok.isNot(tok::l_brace) && in tokenCanStartNewLine() 644 Tok.isNot(tok::l_square) && in tokenCanStartNewLine() 647 Tok.isNot(tok::period) && Tok.isNot(tok::periodstar) && in tokenCanStartNewLine() 648 Tok.isNot(tok::arrow) && Tok.isNot(tok::arrowstar) && in tokenCanStartNewLine() 649 Tok.isNot(tok::less) && Tok.isNot(tok::greater) && in tokenCanStartNewLine() 650 Tok.isNot(tok::slash) && Tok.isNot(tok::percent) && in tokenCanStartNewLine() 651 Tok.isNot(tok::lessless) && Tok.isNot(tok::greatergreater) && in tokenCanStartNewLine() 652 Tok.isNot(tok::equal) && Tok.isNot(tok::plusequal) && in tokenCanStartNewLine() [all …]
|
D | ContinuationIndenter.cpp | 61 (Previous.isNot(TT_CtorInitializerComma) || in startsNextParameter() 109 Previous.isNot(TT_DictLiteral) && Previous.BlockKind == BK_BracedInit && in canBreak() 118 if (Previous.opensScope() && Previous.isNot(tok::l_brace) && in canBreak() 161 Previous.isNot(tok::question)) || in mustBreak() 219 Previous.Previous->isNot(TT_BinaryOperator); // For >>. in mustBreak() 232 if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) && in mustBreak() 245 if (Previous.is(TT_LeadingJavaAnnotation) && Current.isNot(tok::l_paren) && in mustBreak() 246 Current.isNot(TT_LeadingJavaAnnotation)) in mustBreak() 373 Previous.opensScope() && Previous.isNot(TT_ObjCMethodExpr) && in addTokenOnCurrentLine() 374 (Current.isNot(TT_LineComment) || Previous.BlockKind == BK_BracedInit)) in addTokenOnCurrentLine() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 162 if (tok.isNot(tok::semi)) { in findSemiAfterLocation() 409 if (tok.isNot(tok::at)) return false; in rewritePropertyAttribute() 411 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute() 415 if (tok.isNot(tok::l_paren)) return false; in rewritePropertyAttribute() 427 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute() 441 } while (tok.isNot(tok::comma) && tok.isNot(tok::r_paren)); in rewritePropertyAttribute() 449 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute() 490 if (tok.isNot(tok::at)) return false; in addPropertyAttribute() 492 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute() 497 if (tok.isNot(tok::l_paren)) { in addPropertyAttribute() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 401 if (Tok.isNot(AsmToken::Identifier)) in ParseRegister() 431 if (getLexer().isNot(AsmToken::LParen)) in ParseRegister() 437 if (IntTok.isNot(AsmToken::Integer)) in ParseRegister() 451 if (getParser().Lex().isNot(AsmToken::RParen)) in ParseRegister() 506 if (getLexer().isNot(AsmToken::Colon)) in ParseOperand() 534 if (getLexer().isNot(AsmToken::LParen)) { in ParseMemOperand() 540 if (getLexer().isNot(AsmToken::LParen)) { in ParseMemOperand() 567 if (getLexer().isNot(AsmToken::LParen)) { in ParseMemOperand() 605 if (getLexer().isNot(AsmToken::RParen)) { in ParseMemOperand() 608 if (getLexer().isNot(AsmToken::Comma)) { in ParseMemOperand() [all …]
|