Searched refs:mMaxWarningsPlusErrors (Results 1 – 2 of 2) sorted by relevance
46 static UINT32 mMaxWarningsPlusErrors = 0; variable135 if (mMaxWarningsPlusErrors != 0) { in Error()136 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Error()195 if (mMaxWarningsPlusErrors != 0) { in ParserError()196 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserError()255 if (mMaxWarningsPlusErrors != 0) { in ParserWarning()256 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserWarning()326 if (mMaxWarningsPlusErrors != 0) { in Warning()327 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Warning()638 mMaxWarningsPlusErrors = MaxWarningsPlusErrors; in SetPrintLimits()[all …]
36 STATIC UINT32 mMaxWarningsPlusErrors = 0; variable113 if (mMaxWarningsPlusErrors != 0) { in Error()114 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Error()167 if (mMaxWarningsPlusErrors != 0) { in ParserError()168 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserError()221 if (mMaxWarningsPlusErrors != 0) { in ParserWarning()222 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in ParserWarning()299 if (mMaxWarningsPlusErrors != 0) { in Warning()300 if (mErrorCount + mWarningCount > mMaxWarningsPlusErrors) { in Warning()788 mMaxWarningsPlusErrors = MaxWarningsPlusErrors; in SetPrintLimits()[all …]