Searched refs:NumErrors (Results 1 - 9 of 9) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.h | 50 UInt64 NumErrors;
member in struct:CHashBundle 58 NumFiles = NumDirs = NumAltStreams = FilesSize = AltStreamsSize = NumErrors = 0;
|
H A D | HashCalc.cpp | 252 hb.NumErrors = numErrors;
296 hb.NumErrors++;
|
/external/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 305 unsigned NumErrors; ///< Number of errors reported member in class:clang::DiagnosticsEngine 824 unsigned NumErrors; member in class:clang::DiagnosticErrorTrap 834 return Diag.TrapNumErrorsOccurred > NumErrors; 845 NumErrors = Diag.TrapNumErrorsOccurred; 1310 unsigned NumErrors; ///< Number of errors reported 1313 DiagnosticConsumer() : NumWarnings(0), NumErrors(0) { } 1315 unsigned getNumErrors() const { return NumErrors; } 1317 virtual void clear() { NumWarnings = NumErrors = 0; }
|
/external/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 859 ++NumErrors; 864 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); 869 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), 872 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), 875 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), 878 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(),
|
H A D | CompilerInstance.cpp | 852 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); local 856 if (NumWarnings && NumErrors) 858 if (NumErrors) 859 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); 860 if (NumWarnings || NumErrors)
|
/external/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 635 ++Diag.NumErrors; 658 ++Diag.NumErrors; 663 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit &&
|
H A D | Diagnostic.cpp | 121 NumErrors = 0; 406 ++NumErrors;
|
/external/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 228 UInt64 NumErrors;
member in class:CArchiveExtractCallback 237 NumErrors = 0;
391 NumErrors++;
|
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 3160 unsigned NumErrors = Diags->getClient()->getNumErrors(); local 3183 if (NumErrors != Diags->getClient()->getNumErrors()) {
|
Completed in 239 milliseconds