Searched refs:hasPendingError (Results 1 – 9 of 9) sorted by relevance
500 EXPECT_EQ(Parser->hasPendingError(), true); in TEST_F()515 EXPECT_EQ(Parser->hasPendingError(), true); in TEST_F()
233 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
1004 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()1020 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()1782 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2010 if (hasPendingError()) in parseStatement()2350 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()5993 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()6295 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
255 while (!getParser().hasPendingError()) { in ParseSectionName()
1361 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()1377 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()2076 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2322 if (hasPendingError()) in parseStatement()2696 if (hasPendingError() || ParseHadError) in parseStatement()3313 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()7391 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
1391 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2473 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()2802 assert(Parser.hasPendingError()); in ParseAMDGPURegister()5786 if (!Parser.hasPendingError()) { in ParseInstruction()
1587 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2168 return getParser().hasPendingError(); in processInstruction()