Searched refs:NumErrors (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 274 return NumErrors; in verifyAbbrevSection() 381 ++NumErrors; in verifyDieRanges() 440 ++NumErrors; in verifyDieRanges() 451 ++NumErrors; in verifyDieRanges() 468 ++NumErrors; in verifyDebugInfoAttribute() 646 ++NumErrors; in verifyDebugInfoForm() 661 ++NumErrors; in verifyDebugInfoForm() 673 ++NumErrors; in verifyDebugInfoForm() 682 ++NumErrors; in verifyDebugInfoForm() 706 ++NumErrors; in verifyDebugInfoReferences() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 494 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 1102 ++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 D | CompilerInstance.cpp | 988 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction() local 992 if (NumWarnings && NumErrors) in ExecuteAction() 994 if (NumErrors) in ExecuteAction() 995 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in ExecuteAction() 996 if (NumWarnings || NumErrors) { in ExecuteAction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 756 ++Diag.NumErrors; in ProcessDiag() 779 ++Diag.NumErrors; in ProcessDiag() 784 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
|
| H A D | Diagnostic.cpp | 140 NumErrors = 0; in Reset() 555 ++NumErrors; in HandleDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 387 unsigned NumErrors = 0; in mergeInstrProfile() local 390 ++NumErrors; in mergeInstrProfile() 394 if (NumErrors == Inputs.size() || in mergeInstrProfile() 395 (NumErrors > 0 && FailMode == failIfAnyAreInvalid)) in mergeInstrProfile()
|