Searched refs:hasPendingError (Results 1 – 9 of 9) sorted by relevance
39 if (getParser().hasPendingError()) in parseDirective()
1006 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()1022 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()1783 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2007 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()2345 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()6022 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()6321 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
256 while (!getParser().hasPendingError()) { in ParseSectionName()
1381 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()1397 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()2085 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2312 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()2680 if (hasPendingError() || ParseHadError) in parseStatement()3297 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()7379 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
235 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
1385 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2675 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()3023 assert(Parser.hasPendingError()); in ParseAMDGPURegister()6383 if (!Parser.hasPendingError()) { in ParseInstruction()
1600 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2167 return getParser().hasPendingError(); in processInstruction()