Searched refs:error_limit (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp130 int16_t error_limit = m_LDInfo.options().maxErrorNum(); local
131 if ((error_limit != -1) &&
132 (getNumErrors() > static_cast<unsigned>(error_limit))) {
135 m_OStream << "too many error messages (>" << error_limit << ")...\n"; local

Completed in 39 milliseconds