Searched refs:hasPendingError (Results 1 – 8 of 8) sorted by relevance
233 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
988 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()1004 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()1770 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()1998 if (hasPendingError()) in parseStatement()2336 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()5968 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()6260 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
257 while (!getParser().hasPendingError()) { in ParseSectionName()
1362 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()1378 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()2093 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2356 if (hasPendingError()) in parseStatement()2731 if (hasPendingError() || ParseHadError) in parseStatement()3348 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()7426 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
1355 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2305 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()2635 assert(Parser.hasPendingError()); in ParseAMDGPURegister()5391 if (!Parser.hasPendingError()) { in ParseInstruction()
1570 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2168 return getParser().hasPendingError(); in processInstruction()