Home
last modified time | relevance | path

Searched refs:NumErrors (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp248 unsigned NumErrors = 0; in verifyAbbrevSection() local
260 ++NumErrors; in verifyAbbrevSection()
265 return NumErrors; in verifyAbbrevSection()
272 unsigned NumErrors = 0; in handleDebugAbbrev() local
274 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
276 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
278 return NumErrors == 0; in handleDebugAbbrev()
348 unsigned NumErrors = 0; in handleDebugInfo() local
352 NumErrors += verifyUnitSection(S, DW_SECT_INFO); in handleDebugInfo()
357 NumErrors += verifyUnitSection(S, DW_SECT_TYPES); in handleDebugInfo()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp257 unsigned NumErrors = 0; in verifyAbbrevSection() local
269 ++NumErrors; in verifyAbbrevSection()
274 return NumErrors; in verifyAbbrevSection()
281 unsigned NumErrors = 0; in handleDebugAbbrev() local
283 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
285 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
287 return NumErrors == 0; in handleDebugAbbrev()
357 unsigned NumErrors = 0; in handleDebugInfo() local
361 NumErrors += verifyUnitSection(S, DW_SECT_INFO); in handleDebugInfo()
366 NumErrors += verifyUnitSection(S, DW_SECT_EXT_TYPES); in handleDebugInfo()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h22 UInt64 NumErrors; member
34 && 0 == NumErrors; } in IsEmpty()
42 NumErrors(0) in CDirItemsStat()
DHashCalc.h50 UInt64 NumErrors; member
62 NumDirs = NumFiles = NumAltStreams = FilesSize = AltStreamsSize = NumErrors = 0; in CHashBundle()
DHashCalc.cpp235 hb.NumErrors = dirItems.Stat.NumErrors; in HashCalc()
279 hb.NumErrors++; in HashCalc()
DEnumDirItems.cpp60 Stat.NumErrors++; in AddError()
/external/clang/include/clang/Basic/
DDiagnostic.h306 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/llvm-project/clang/include/clang/Basic/
DDiagnostic.h487 unsigned NumErrors; variable
1030 unsigned NumErrors; variable
1040 return Diag.TrapNumErrorsOccurred > NumErrors; in hasErrorOccurred()
1051 NumErrors = Diag.TrapNumErrorsOccurred; in reset()
1671 unsigned NumErrors = 0; ///< Number of errors reported variable
1677 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1679 virtual void clear() { NumWarnings = NumErrors = 0; } in clear()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp857 ++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()
DCompilerInstance.cpp888 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/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp1103 ++NumErrors; in CheckDiagnostics()
1108 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); in CheckDiagnostics()
1113 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics()
1116 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics()
1119 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), in CheckDiagnostics()
1122 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
DCompilerInstance.cpp1005 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction() local
1009 if (NumWarnings && NumErrors) in ExecuteAction()
1011 if (NumErrors) in ExecuteAction()
1012 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in ExecuteAction()
1013 if (NumWarnings || NumErrors) { in ExecuteAction()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp641 ++Diag.NumErrors; in ProcessDiag()
664 ++Diag.NumErrors; in ProcessDiag()
669 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
DDiagnostic.cpp122 NumErrors = 0; in Reset()
407 ++NumErrors; in HandleDiagnostic()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp266 UInt64 NumErrors; member in CArchiveExtractCallback
275 NumErrors = 0; in Init()
429 NumErrors++; in SetOperationResult()
/external/llvm-project/clang/lib/Basic/
DDiagnosticIDs.cpp756 ++Diag.NumErrors; in ProcessDiag()
779 ++Diag.NumErrors; in ProcessDiag()
784 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
DDiagnostic.cpp140 NumErrors = 0; in Reset()
555 ++NumErrors; in HandleDiagnostic()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp375 unsigned NumErrors = 0; in mergeInstrProfile() local
378 ++NumErrors; in mergeInstrProfile()
382 if (NumErrors == Inputs.size() || in mergeInstrProfile()
383 (NumErrors > 0 && FailMode == failIfAnyAreInvalid)) in mergeInstrProfile()
/external/clang/tools/libclang/
DCIndex.cpp3271 unsigned NumErrors = Diags->getClient()->getNumErrors(); in clang_parseTranslationUnit_Impl() local
3294 if (NumErrors != Diags->getClient()->getNumErrors()) { in clang_parseTranslationUnit_Impl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp3616 unsigned NumErrors = Diags->getClient()->getNumErrors(); in clang_parseTranslationUnit_Impl() local
3644 if (NumErrors != Diags->getClient()->getNumErrors()) { in clang_parseTranslationUnit_Impl()