Searched refs:NumErrors (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 306 unsigned NumErrors; ///< Number of errors reported variable 831 unsigned NumErrors; variable 841 return Diag.TrapNumErrorsOccurred > NumErrors; in hasErrorOccurred() 852 NumErrors = Diag.TrapNumErrorsOccurred; in reset() 1317 unsigned NumErrors; ///< Number of errors reported variable 1320 DiagnosticConsumer() : NumWarnings(0), NumErrors(0) { } in DiagnosticConsumer() 1322 unsigned getNumErrors() const { return NumErrors; } in getNumErrors() 1324 virtual void clear() { NumWarnings = NumErrors = 0; } in clear()
|
/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/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 857 ++NumErrors; in CheckDiagnostics() 862 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); in CheckDiagnostics() 867 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics() 870 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics() 873 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), in CheckDiagnostics() 876 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
|
D | CompilerInstance.cpp | 888 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction() local 892 if (NumWarnings && NumErrors) in ExecuteAction() 894 if (NumErrors) in ExecuteAction() 895 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in ExecuteAction() 896 if (NumWarnings || NumErrors) in ExecuteAction()
|
/external/clang/lib/Basic/ |
D | DiagnosticIDs.cpp | 641 ++Diag.NumErrors; in ProcessDiag() 664 ++Diag.NumErrors; in ProcessDiag() 669 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
|
D | Diagnostic.cpp | 122 NumErrors = 0; in Reset() 407 ++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 | 3271 unsigned NumErrors = Diags->getClient()->getNumErrors(); in clang_parseTranslationUnit_Impl() local 3294 if (NumErrors != Diags->getClient()->getNumErrors()) { in clang_parseTranslationUnit_Impl()
|