Lines Matching defs:ErrCount
115 unsigned ErrCount = 0;
120 ++ErrCount;
122 return ErrCount;
142 // Nonfatal failures are logged and tracked in ErrCount.
163 unsigned ErrCount = 0;
228 ErrCount += showErrors(InvocationDiags);
259 ErrCount += showErrors(Preamble->Diags);
268 ErrCount +=
436 ++ErrCount;
529 log("All checks completed, {0} errors", C.ErrCount);
530 return C.ErrCount == 0;