Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp385 unsigned NumErrors = 0; in verifyAbbrevSection() local
397 ++NumErrors; in verifyAbbrevSection()
401 return NumErrors; in verifyAbbrevSection()
408 unsigned NumErrors = 0; in handleDebugAbbrev() local
410 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
412 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
414 return NumErrors == 0; in handleDebugAbbrev()
536 unsigned NumErrors = 0; in handleDebugInfo() local
540 NumErrors += verifyUnitSection(S); in handleDebugInfo()
545 NumErrors += verifyUnitSection(S); in handleDebugInfo()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h551 unsigned NumErrors; variable
884 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1074 unsigned NumErrors; variable
1085 return Diag.TrapNumErrorsOccurred > NumErrors; in hasErrorOccurred()
1096 NumErrors = Diag.TrapNumErrorsOccurred; in reset()
1718 unsigned NumErrors = 0; ///< Number of errors reported variable
1724 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1726 virtual void clear() { NumWarnings = NumErrors = 0; } in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h46 uint64_t NumErrors = 0; variable
64 uint64_t GetNumErrors() const { return NumErrors; } in GetNumErrors()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1128 ++NumErrors; in CheckDiagnostics()
1133 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); in CheckDiagnostics()
1138 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics()
1141 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics()
1144 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), in CheckDiagnostics()
1147 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
H A DCompilerInstance.cpp1099 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in printDiagnosticStats() local
1103 if (NumWarnings && NumErrors) in printDiagnosticStats()
1105 if (NumErrors) in printDiagnosticStats()
1106 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in printDiagnosticStats()
1107 if (NumWarnings || NumErrors) { in printDiagnosticStats()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp131 NumErrors = 0; in Reset()
711 ++NumErrors; in ProcessDiag()
731 ++NumErrors; in ProcessDiag()
735 if (ErrorLimit && NumErrors > ErrorLimit && DiagLevel == Error) { in ProcessDiag()
818 ++NumErrors; in HandleDiagnostic()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1079 unsigned NumErrors = 0; in mergeInstrProfile() local
1082 ++NumErrors; in mergeInstrProfile()
1086 if ((NumErrors == Inputs.size() && FailMode == failIfAllAreInvalid) || in mergeInstrProfile()
1087 (NumErrors > 0 && FailMode == failIfAnyAreInvalid)) in mergeInstrProfile()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h2061 U8 NumErrors; /* 0x1C */ member
3559 U8 NumErrors; /* 0x0C */ member