Searched refs:hasPendingError (Results 1 – 9 of 9) sorted by relevance
38 if (getParser().hasPendingError()) in parseDirective()
1008 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()1024 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()1786 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2011 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()2347 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()6016 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()6316 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()2084 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()2311 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()2679 if (hasPendingError() || ParseHadError) in parseStatement()3296 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()7378 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
235 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
1385 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2535 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()2883 assert(Parser.hasPendingError()); in ParseAMDGPURegister()6142 if (!Parser.hasPendingError()) { in ParseInstruction()
1592 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2167 return getParser().hasPendingError(); in processInstruction()