Home
last modified time | relevance | path

Searched refs:Errors (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp42 : 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-12-stable/tools/test/testfloat/
DsystemBugs.txt54 Errors found in floatx80_to_int32, rounding nearest_even:
60 Errors found in floatx80_to_int32, rounding to_zero:
67 Errors found in floatx80_to_int32, rounding down:
74 Errors found in floatx80_to_int32, rounding up:
89 Errors found in floatx80_to_int32, rounding nearest_even:
100 Errors found in floatx80_to_int32, rounding up:
126 Errors found in floatx80_to_int32, rounding nearest_even:
129 Errors found in floatx80_to_int32, rounding to_zero:
131 Errors found in floatx80_to_int32, rounding up:
155 Errors found in float32_mul, rounding nearest_even:
[all …]
/freebsd-12-stable/sys/netgraph/
Dng_deflate.c435 priv->stats.Errors++; in ng_deflate_compress()
443 priv->stats.Errors++; in ng_deflate_compress()
468 priv->stats.Errors++; in ng_deflate_compress()
506 priv->stats.Errors++; in ng_deflate_compress()
543 priv->stats.Errors++; in ng_deflate_decompress()
552 priv->stats.Errors++; in ng_deflate_decompress()
578 priv->stats.Errors++; in ng_deflate_decompress()
601 priv->stats.Errors++; in ng_deflate_decompress()
639 priv->stats.Errors++; in ng_deflate_decompress()
684 priv->stats.Errors++; in ng_deflate_decompress()
Dng_pred1.c400 priv->stats.Errors++; in ng_pred1_compress()
408 priv->stats.Errors++; in ng_pred1_compress()
450 priv->stats.Errors++; in ng_pred1_compress()
478 priv->stats.Errors++; in ng_pred1_decompress()
486 priv->stats.Errors++; in ng_pred1_decompress()
510 priv->stats.Errors++; in ng_pred1_decompress()
529 priv->stats.Errors++; in ng_pred1_decompress()
538 priv->stats.Errors++; in ng_pred1_decompress()
548 priv->stats.Errors++; in ng_pred1_decompress()
Dng_pred1.h61 uint64_t Errors; member
Dng_deflate.h63 uint64_t Errors; member
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h32 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()
DVerifyDiagnosticConsumer.h237 DirectiveList Errors; member
243 Errors.clear(); in Reset()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp47 All.emplace_back(Level, Errors.size()); in HandleDiagnostic()
48 Errors.emplace_back(Info.getLocation(), std::string(Buf.str())); in HandleDiagnostic()
70 Diag << Errors[I.second].second; in FlushDiagnostics()
/freebsd-12-stable/contrib/sendmail/src/
Dsrvrsmtp.c283 if (Errors > 0)
321 r = Errors;
347 Errors = r;
383 sm_dprintf("addbcc: nobcc=%d, Errors=%d, newrcpt=<%s>\n", nobcc, Errors, newrcpt);
384 if (nobcc != EX_OK || Errors > 0 || *newrcpt == '\0')
1459 Errors = 0;
1539 Errors = 0;
2369 Errors > 0)
2754 if (Errors > 0)
2776 if (Errors > 0)
[all …]
Dmain.c319 Errors = 0;
1120 i = Errors;
1129 if (i < Errors)
2897 if (Errors > 0 && ExitStat == EX_OK)
2936 savederrors = Errors;
2940 Errors = 0;
2945 if (Errors > 0)
2976 Errors = savederrors;
2994 if (Errors == 0)
Dmilter.c3459 olderrors = Errors;
3473 Errors = olderrors;
3529 olderrors = Errors;
3535 if (a != NULL && olderrors == Errors)
3539 if (olderrors == Errors)
3543 olderrors, Errors);
3548 (void *)a, olderrors, Errors);
3551 Errors = olderrors;
3603 olderrors = Errors;
3605 Errors = olderrors;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h163 ArrayRef<ErrorContent> errors() const { return Errors; } in errors()
182 std::vector<ErrorContent> Errors; variable
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp197 std::vector<std::pair<Error, std::string>> Errors; member
203 : Lock(), Writer(IsSparse), Errors(), ErrLock(ErrLock), in WriterContext()
219 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput()
248 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), Filename); in loadInput()
257 WC->Errors.emplace_back( in loadInput()
287 WC->Errors.emplace_back(std::move(E), Filename); in loadInput()
292 for (auto &ErrorPair : Src->Errors) in mergeWriterContexts()
293 Dst->Errors.push_back(std::move(ErrorPair)); in mergeWriterContexts()
294 Src->Errors.clear(); in mergeWriterContexts()
389 for (auto &ErrorPair : WC->Errors) { in mergeInstrProfile()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DError.h1025 SmallVector<std::string, 2> Errors; in toString() local
1026 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) { in toString()
1027 Errors.push_back(EI.message()); in toString()
1029 return join(Errors.begin(), Errors.end(), "\n"); in toString()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp549 AllocationPairVec Errors; in checkDeadSymbols() local
561 Errors.push_back(std::make_pair(I->first, &I->second)); in checkDeadSymbols()
575 for (const auto &P : Errors) in checkDeadSymbols()
/freebsd-12-stable/contrib/llvm-project/clang/tools/clang-format/
DClangFormat.cpp315 unsigned Errors = 0; in emitReplacementWarnings() local
330 if (ErrorLimit && ++Errors >= ErrorLimit) in emitReplacementWarnings()
/freebsd-12-stable/contrib/ntp/
DNOTES.y2kfixes50 1) Errors were found in improper use of tm_year within struct tm,
/freebsd-12-stable/crypto/openssl/doc/man3/
DOPENSSL_config.pod21 Errors are silently ignored.
DCONF_modules_load_file.pod61 Errors during configuration may also be handled differently by different
/freebsd-12-stable/contrib/libpcap/
Dpcap-tc.c240 ULONG Errors; member
1007 pPpiHeader->Dot3Field.Errors = tcHeader.Errors; in TcRead()
/freebsd-12-stable/contrib/gcc/doc/
Dstandards.texi67 Errors in the 1990 ISO C standard were corrected in two Technical
87 Errors in the 1999 ISO C standard were corrected in two Technical
/freebsd-12-stable/sys/dev/ce/
Dtau32-ddk.h302 unsigned Received, ActualOffset, Errors; member
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsampirsp.c2809 agsaPhyErrCountersPage_t Errors; in mpiGetPhyProfileRsp() local
2811 …OSSA_READ_LE_32(agRoot, &Errors.invalidDword, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp()
2812 …OSSA_READ_LE_32(agRoot, &Errors.runningDisparityError, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp()
2813 …OSSA_READ_LE_32(agRoot, &Errors.codeViolation, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp()
2814 …OSSA_READ_LE_32(agRoot, &Errors.lossOfDwordSynch, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp()
2815 …OSSA_READ_LE_32(agRoot, &Errors.phyResetProblem, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp()
2816 …OSSA_READ_LE_32(agRoot, &Errors.inboundCRCError, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV… in mpiGetPhyProfileRsp()
2819 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &Errors); in mpiGetPhyProfileRsp()
2824 SA_DBG1(("mpiGetPhyProfileRsp: invalidDword 0x%08X\n",Errors.invalidDword )); in mpiGetPhyProfileRsp()
2825 … SA_DBG1(("mpiGetPhyProfileRsp: runningDisparityError 0x%08X\n",Errors.runningDisparityError )); in mpiGetPhyProfileRsp()
[all …]
/freebsd-12-stable/contrib/ntp/scripts/monitoring/
DREADME78 Errors are counted for:

123