Searched refs:hasPendingError (Results 1 – 9 of 9) sorted by relevance
39 if (getParser().hasPendingError()) in parseDirective()
984 if (HasError && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) in Run()999 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()1719 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()1932 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()2274 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()5958 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()6251 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
1232 if (HasError && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) in Run()1246 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()1817 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2034 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()2328 if (hasPendingError() || ParseHadError) in parseStatement()2835 if (HasError && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) in handleMacroInvocation()5915 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
232 while (!getParser().hasPendingError()) { in parseSectionName()
235 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
1454 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2783 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()3144 assert(Parser.hasPendingError()); in ParseAMDGPURegister()6766 if (!Parser.hasPendingError()) { in parseInstruction()
1622 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2124 return getParser().hasPendingError(); in processInstruction()