Searched refs:expectAndConsume (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 273 bool expectAndConsume(MIToken::TokenKind TokenKind); 403 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume() function in MIParser 456 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockDefinition() 459 if (expectAndConsume(MIToken::colon)) in parseBasicBlockDefinition() 531 if (expectAndConsume(MIToken::colon)) in parseBasicBlockLiveins() 564 if (expectAndConsume(MIToken::colon)) in parseBasicBlockSuccessors() 583 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockSuccessors() 732 if (!Operands.empty() && expectAndConsume(MIToken::equal)) in parse() 1152 if (expectAndConsume(MIToken::rparen)) in parseRegisterTiedDefIndex() 1235 if (expectAndConsume(MIToken::rparen)) in parseRegisterOperand() [all …]
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 186 bool expectAndConsume(MIToken::TokenKind TokenKind); 304 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume() function in MIParser 357 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockDefinition() 360 if (expectAndConsume(MIToken::colon)) in parseBasicBlockDefinition() 432 if (expectAndConsume(MIToken::colon)) in parseBasicBlockLiveins() 451 if (expectAndConsume(MIToken::colon)) in parseBasicBlockSuccessors() 469 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockSuccessors() 593 if (!Operands.empty() && expectAndConsume(MIToken::equal)) in parse() 894 if (expectAndConsume(MIToken::rparen)) in parseRegisterTiedDefIndex() 905 if (expectAndConsume(MIToken::rparen)) in parseSize() [all …]
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 208 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPDeclareReductionDirective() 322 !T.expectAndConsume(diag::err_expected_lparen_after, "initializer") && in ParseOpenMPDeclareReductionDirective() 998 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleVarList() 1215 if (T.expectAndConsume(diag::err_expected_lparen_after, ClauseName.data())) in ParseOpenMPParensExpr() 1288 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleClause() 1358 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSingleExprWithArgClause() 1533 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPVarList()
|
D | ParseExprCXX.cpp | 1377 if (T.expectAndConsume(diag::err_expected_lparen_after, CastName)) in ParseCXXCasts() 1409 if (T.expectAndConsume(diag::err_expected_lparen_after, "typeid")) in ParseCXXTypeid() 1474 if (T.expectAndConsume(diag::err_expected_lparen_after, "__uuidof")) in ParseCXXUuidof() 2983 if (Parens.expectAndConsume()) in ParseTypeTrait() 3040 if (T.expectAndConsume()) in ParseArrayTypeTrait() 3083 if (T.expectAndConsume()) in ParseExpressionTrait()
|
D | RAIIObjectsForParser.h | 425 bool expectAndConsume(unsigned DiagID = diag::err_expected,
|
D | ParseExpr.cpp | 1297 if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept")) in ParseCastExpression() 2506 if (T.expectAndConsume()) in ParseGenericSelectionExpression()
|
D | ParseDecl.cpp | 407 T.expectAndConsume(diag::err_expected_lparen_after, in ParseMicrosoftDeclSpecArgs() 543 if (T.expectAndConsume(diag::err_expected_lparen_after, "__declspec", in ParseMicrosoftDeclSpecs() 2519 if (T.expectAndConsume()) in ParseAlignmentSpecifier()
|
D | ParseDeclCXX.cpp | 786 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseDecltypeSpecifier() 893 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseUnderlyingTypeSpecifier()
|
D | ParseStmt.cpp | 2140 if (T.expectAndConsume()) in ParseCXXCatchBlock()
|
D | Parser.cpp | 2085 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
|