Searched refs:NumErrors (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 375 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 D | VerifyDiagnosticConsumer.cpp | 1115 ++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 D | CompilerInstance.cpp | 1105 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 D | DiagnosticIDs.cpp | 788 ++Diag.NumErrors; in ProcessDiag() 811 ++Diag.NumErrors; in ProcessDiag() 816 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
|
H A D | Diagnostic.cpp | 125 NumErrors = 0; in Reset() 569 ++NumErrors; in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 991 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 D | mpi30_cnfg.h | 1988 U8 NumErrors; /* 0x1C */ member 3383 U8 NumErrors; /* 0x0C */ member
|