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