/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 42 : Error(Error), BeginIndex(Error->Errors.size()) {} in OverloadContext() 46 if (BeginIndex < Error->Errors.size()) { in ~OverloadContext() 47 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext() 48 for (size_t i = BeginIndex + 1, e = Error->Errors.size(); i < e; ++i) { in ~OverloadContext() 49 Dest.Messages.push_back(Error->Errors[i].Messages[0]); in ~OverloadContext() 51 Error->Errors.resize(BeginIndex + 1); in ~OverloadContext() 57 Error->Errors.resize(BeginIndex); in revertErrors() 67 Errors.emplace_back(); in addError() 68 ErrorContent &Last = Errors.back(); in addError() 197 for (size_t i = 0, e = Errors.size(); i != e; ++i) { in printToStream() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Error.cpp | 78 SmallVector<std::string, 2> Errors; in toString() local 79 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) { in toString() 80 Errors.push_back(EI.message()); in toString() 82 return join(Errors.begin(), Errors.end(), "\n"); in toString() 86 SmallVector<std::string, 2> Errors; in toStringWithoutConsuming() local 87 visitErrors(E, [&Errors](const ErrorInfoBase &EI) { in toStringWithoutConsuming() 88 Errors.push_back(EI.message()); in toStringWithoutConsuming() 90 return join(Errors.begin(), Errors.end(), "\n"); in toStringWithoutConsuming()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnosticBuffer.h | 32 DiagList Errors, Warnings, Remarks, Notes; 41 const_iterator err_begin() const { return Errors.begin(); } in err_begin() 42 const_iterator err_end() const { return Errors.end(); } in err_end()
|
/freebsd/sys/netgraph/ |
H A D | ng_deflate.c | 433 priv->stats.Errors++; in ng_deflate_compress() 441 priv->stats.Errors++; in ng_deflate_compress() 466 priv->stats.Errors++; in ng_deflate_compress() 504 priv->stats.Errors++; in ng_deflate_compress() 541 priv->stats.Errors++; in ng_deflate_decompress() 550 priv->stats.Errors++; in ng_deflate_decompress() 576 priv->stats.Errors++; in ng_deflate_decompress() 599 priv->stats.Errors++; in ng_deflate_decompress() 637 priv->stats.Errors++; in ng_deflate_decompress() 682 priv->stats.Errors++; in ng_deflate_decompress()
|
H A D | ng_pred1.c | 398 priv->stats.Errors++; in ng_pred1_compress() 406 priv->stats.Errors++; in ng_pred1_compress() 448 priv->stats.Errors++; in ng_pred1_compress() 476 priv->stats.Errors++; in ng_pred1_decompress() 484 priv->stats.Errors++; in ng_pred1_decompress() 508 priv->stats.Errors++; in ng_pred1_decompress() 527 priv->stats.Errors++; in ng_pred1_decompress() 536 priv->stats.Errors++; in ng_pred1_decompress() 546 priv->stats.Errors++; in ng_pred1_decompress()
|
H A D | ng_pred1.h | 59 uint64_t Errors; member
|
H A D | ng_deflate.h | 61 uint64_t Errors; member
|
/freebsd/contrib/sendmail/src/ |
H A D | srvrsmtp.c | 308 if (Errors > 0) 346 r = Errors; 372 Errors = r; 408 sm_dprintf("addbcc: nobcc=%d, Errors=%d, newrcpt=<%s>\n", nobcc, Errors, newrcpt); 409 if (nobcc != EX_OK || Errors > 0 || *newrcpt == '\0') 1554 Errors = 0; 1637 Errors = 0; 2478 Errors > 0) 2888 if (Errors > 0) 2910 if (Errors > 0) [all …]
|
H A D | milter.c | 3478 olderrors = Errors; 3492 Errors = olderrors; 3548 olderrors = Errors; 3554 if (a != NULL && olderrors == Errors) 3558 if (olderrors == Errors) 3562 olderrors, Errors); 3567 (void *)a, olderrors, Errors); 3570 Errors = olderrors; 3622 olderrors = Errors; 3624 Errors = olderrors;
|
H A D | main.c | 319 Errors = 0; 1123 i = Errors; 1132 if (i < Errors) 2896 if (Errors > 0 && ExitStat == EX_OK) 2924 savederrors = Errors; 2928 Errors = 0; 2933 if (Errors > 0) 2964 Errors = savederrors; 2982 if (Errors == 0)
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 944 Error Errors = Error::success(); in getSectionAndRelocations() local 948 Errors = joinErrors(std::move(Errors), DoesSectionMatch.takeError()); in getSectionAndRelocations() 962 Errors = joinErrors(std::move(Errors), in getSectionAndRelocations() 971 Errors = joinErrors(std::move(Errors), DoesRelTargetMatch.takeError()); in getSectionAndRelocations() 977 if(Errors) in getSectionAndRelocations() 978 return std::move(Errors); in getSectionAndRelocations()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Diagnostics.h | 163 ArrayRef<ErrorContent> errors() const { return Errors; } in errors() 182 std::vector<ErrorContent> Errors; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 612 std::vector<std::pair<Error, std::string>> Errors; member 637 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in overlapInput() 674 WC->Errors.emplace_back( in loadInput() 684 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in loadInput() 739 WC->Errors.emplace_back(make_error<InstrProfError>(ErrCode, Msg), in loadInput() 747 WC->Errors.emplace_back( in loadInput() 791 WC->Errors.emplace_back(std::move(E), Filename); in loadInput() 798 WC->Errors.emplace_back(std::move(E), Filename); in loadInput() 804 WC->Errors.emplace_back(std::move(ReaderWarning->first), in loadInput() 811 for (auto &ErrorPair : Src->Errors) in mergeWriterContexts() [all …]
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 11 Errors are reported as exceptions rather than integer errno-style
|
/freebsd/tools/build/options/ |
H A D | WITH_META_MODE | 43 Errors cause
|
/freebsd/contrib/ntp/ |
H A D | NOTES.y2kfixes | 50 1) Errors were found in improper use of tm_year within struct tm,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_config.pod | 23 Errors are silently ignored.
|
H A D | CONF_modules_load_file.pod | 79 Errors during configuration may also be handled differently by different
|
/freebsd/contrib/libpcap/ |
H A D | pcap-tc.c | 237 ULONG Errors; member 952 pPpiHeader->Dot3Field.Errors = tcHeader.Errors; in TcRead()
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 357 unsigned Errors = 0; in emitReplacementWarnings() local 372 if (ErrorLimit && ++Errors >= ErrorLimit) in emitReplacementWarnings()
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 158 of strings in Python. Errors are reported as exceptions rather than integer 179 of strings in Python. Errors are reported as exceptions rather than integer
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | README.contributors | 43 https://www.gnu.org/software/libc/manual/html_mono/libc.html#Errors-in-Math-Functions
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampirsp.c | 2805 agsaPhyErrCountersPage_t Errors; in mpiGetPhyProfileRsp() local 2807 …OSSA_READ_LE_32(agRoot, &Errors.invalidDword, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp() 2808 …OSSA_READ_LE_32(agRoot, &Errors.runningDisparityError, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp() 2809 …OSSA_READ_LE_32(agRoot, &Errors.codeViolation, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp() 2810 …OSSA_READ_LE_32(agRoot, &Errors.lossOfDwordSynch, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp() 2811 …OSSA_READ_LE_32(agRoot, &Errors.phyResetProblem, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp() 2812 …OSSA_READ_LE_32(agRoot, &Errors.inboundCRCError, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp() 2815 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &Errors); in mpiGetPhyProfileRsp() 2820 SA_DBG1(("mpiGetPhyProfileRsp: invalidDword 0x%08X\n",Errors.invalidDword )); in mpiGetPhyProfileRsp() 2821 … SA_DBG1(("mpiGetPhyProfileRsp: runningDisparityError 0x%08X\n",Errors.runningDisparityError )); in mpiGetPhyProfileRsp() [all …]
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | README | 78 Errors are counted for:
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 463 D.DL = ED ? &ED->Errors : nullptr; in ParseDirective() 1012 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors, in CheckResults()
|