Searched refs:PendingErrors (Results 1 – 5 of 5) sorted by relevance
141 SmallVector<MCPendingError, 0> PendingErrors; variable235 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError()238 bool rv = !PendingErrors.empty(); in printPendingErrors()239 for (auto &Err : PendingErrors) { in printPendingErrors()242 PendingErrors.clear(); in printPendingErrors()246 void clearPendingErrors() { PendingErrors.clear(); } in clearPendingErrors()
106 PendingErrors.push_back(PErr); in Error()120 for (auto &PErr : PendingErrors) in addErrorSuffix()
1385 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister() local1387 if (PendingErrors) in tryParseRegister()
1600 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister() local1602 if (PendingErrors) in tryParseRegister()
2675 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister() local2677 if (PendingErrors) in tryParseRegister()