Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h494 unsigned NumErrors; variable
847 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1069 unsigned NumErrors; variable
1079 return Diag.TrapNumErrorsOccurred > NumErrors; in hasErrorOccurred()
1090 NumErrors = Diag.TrapNumErrorsOccurred; in reset()
1710 unsigned NumErrors = 0; ///< Number of errors reported variable
1716 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1718 virtual void clear() { NumWarnings = NumErrors = 0; } in clear()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1102 ++NumErrors; in CheckDiagnostics()
1107 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); in CheckDiagnostics()
1112 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics()
1115 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics()
1118 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), in CheckDiagnostics()
1121 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
H A DCompilerInstance.cpp980 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction() local
984 if (NumWarnings && NumErrors) in ExecuteAction()
986 if (NumErrors) in ExecuteAction()
987 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in ExecuteAction()
988 if (NumWarnings || NumErrors) { in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp756 ++Diag.NumErrors; in ProcessDiag()
779 ++Diag.NumErrors; in ProcessDiag()
784 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
H A DDiagnostic.cpp140 NumErrors = 0; in Reset()
555 ++NumErrors; in HandleDiagnostic()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp387 unsigned NumErrors = 0; in mergeInstrProfile() local
390 ++NumErrors; in mergeInstrProfile()
394 if (NumErrors == Inputs.size() || in mergeInstrProfile()
395 (NumErrors > 0 && FailMode == failIfAnyAreInvalid)) in mergeInstrProfile()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3657 unsigned NumErrors = Diags->getClient()->getNumErrors(); in clang_parseTranslationUnit_Impl() local
3685 if (NumErrors != Diags->getClient()->getNumErrors()) { in clang_parseTranslationUnit_Impl()