Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp375 unsigned NumErrors = 0; in verifyAbbrevSection() local
387 ++NumErrors; in verifyAbbrevSection()
391 return NumErrors; in verifyAbbrevSection()
398 unsigned NumErrors = 0; in handleDebugAbbrev() local
400 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
402 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
404 return NumErrors == 0; in handleDebugAbbrev()
530 unsigned NumErrors = 0; in handleDebugInfo() local
534 NumErrors += verifyUnitSection(S); in handleDebugInfo()
539 NumErrors += verifyUnitSection(S); in handleDebugInfo()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1115 ++NumErrors; in CheckDiagnostics()
1120 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); in CheckDiagnostics()
1125 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics()
1128 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics()
1131 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), in CheckDiagnostics()
1134 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
H A DCompilerInstance.cpp1105 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in printDiagnosticStats() local
1109 if (NumWarnings && NumErrors) in printDiagnosticStats()
1111 if (NumErrors) in printDiagnosticStats()
1112 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in printDiagnosticStats()
1113 if (NumWarnings || NumErrors) { in printDiagnosticStats()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp788 ++Diag.NumErrors; in ProcessDiag()
811 ++Diag.NumErrors; in ProcessDiag()
816 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
H A DDiagnostic.cpp125 NumErrors = 0; in Reset()
569 ++NumErrors; in HandleDiagnostic()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp991 unsigned NumErrors = 0; in mergeInstrProfile() local
994 ++NumErrors; in mergeInstrProfile()
998 if ((NumErrors == Inputs.size() && FailMode == failIfAllAreInvalid) || in mergeInstrProfile()
999 (NumErrors > 0 && FailMode == failIfAnyAreInvalid)) in mergeInstrProfile()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h1988 U8 NumErrors; /* 0x1C */ member
3383 U8 NumErrors; /* 0x0C */ member