Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp334 return NumErrors; in verifyAbbrevSection()
501 ++NumErrors; in verifyDieRanges()
560 ++NumErrors; in verifyDieRanges()
571 ++NumErrors; in verifyDieRanges()
588 ++NumErrors; in verifyDebugInfoAttribute()
798 ++NumErrors; in verifyDebugInfoForm()
823 ++NumErrors; in verifyDebugInfoReferences()
1025 ++NumErrors; in verifyAppleAccelTable()
1048 ++NumErrors; in verifyAppleAccelTable()
1111 ++NumErrors; in verifyDebugNamesCULists()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h500 unsigned NumErrors; variable
857 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1079 unsigned NumErrors; variable
1089 return Diag.TrapNumErrorsOccurred > NumErrors; in hasErrorOccurred()
1100 NumErrors = Diag.TrapNumErrorsOccurred; in reset()
1748 unsigned NumErrors = 0; ///< Number of errors reported variable
1754 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1756 virtual void clear() { NumWarnings = NumErrors = 0; } in clear()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1109 ++NumErrors; in CheckDiagnostics()
1114 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); in CheckDiagnostics()
1119 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics()
1122 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics()
1125 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), in CheckDiagnostics()
1128 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
H A DCompilerInstance.cpp1068 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction() local
1072 if (NumWarnings && NumErrors) in ExecuteAction()
1074 if (NumErrors) in ExecuteAction()
1075 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in ExecuteAction()
1076 if (NumWarnings || NumErrors) { in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp775 ++Diag.NumErrors; in ProcessDiag()
798 ++Diag.NumErrors; in ProcessDiag()
803 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
H A DDiagnostic.cpp125 NumErrors = 0; in Reset()
568 ++NumErrors; in HandleDiagnostic()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp933 unsigned NumErrors = 0; in mergeInstrProfile() local
936 ++NumErrors; in mergeInstrProfile()
940 if ((NumErrors == Inputs.size() && FailMode == failIfAllAreInvalid) || in mergeInstrProfile()
941 (NumErrors > 0 && FailMode == failIfAnyAreInvalid)) in mergeInstrProfile()
/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h3292 U8 NumErrors; /* 0x0C */ member