Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DTextDiagnosticPrinter.cpp136 int16_t error_limit = m_Config.options().maxErrorNum(); in handleDiagnostic() local
137 if ((error_limit != -1) && in handleDiagnostic()
138 (getNumErrors() > static_cast<unsigned>(error_limit))) { in handleDiagnostic()
141 m_OStream << "too many error messages (>" << error_limit << ")...\n"; in handleDiagnostic()