Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A 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/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp78 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 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()
H A DVerifyDiagnosticConsumer.h92 DirectiveList Errors; member
98 Errors.clear(); in Reset()
/freebsd/sys/netgraph/
H A Dng_deflate.c433 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 Dng_pred1.c398 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 Dng_pred1.h59 uint64_t Errors; member
H A Dng_deflate.h61 uint64_t Errors; member
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c308 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 Dmilter.c3478 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 Dmain.c319 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/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h163 ArrayRef<ErrorContent> errors() const { return Errors; } in errors()
182 std::vector<ErrorContent> Errors; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp989 Error Errors = Error::success(); in getSectionAndRelocations() local
993 Errors = joinErrors(std::move(Errors), DoesSectionMatch.takeError()); in getSectionAndRelocations()
1007 Errors = joinErrors(std::move(Errors), in getSectionAndRelocations()
1016 Errors = joinErrors(std::move(Errors), DoesRelTargetMatch.takeError()); in getSectionAndRelocations()
1022 if(Errors) in getSectionAndRelocations()
1023 return std::move(Errors); in getSectionAndRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp652 std::vector<std::pair<Error, std::string>> Errors; member
678 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in overlapInput()
717 WC->Errors.emplace_back( in loadInput()
727 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in loadInput()
745 WC->Errors.emplace_back( in loadInput()
755 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in loadInput()
765 WC->Errors.emplace_back( in loadInput()
800 WC->Errors.emplace_back(make_error<InstrProfError>(ErrCode, Msg), in loadInput()
808 WC->Errors.emplace_back( in loadInput()
852 WC->Errors.emplace_back(std::move(E), Filename); in loadInput()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp539 AllocationPairVec Errors; in checkDeadSymbols() local
551 Errors.push_back(std::make_pair(Sym, &AllocState)); in checkDeadSymbols()
564 for (const auto &P : Errors) in checkDeadSymbols()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME11 Errors are reported as exceptions rather than integer errno-style
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp766 SmallVector<std::string> Errors; in setupRegisterInfo() local
773 Errors.push_back( in setupRegisterInfo()
780 Errors.push_back((Twine("Cannot use non-allocatable class '") + in setupRegisterInfo()
826 if (Errors.empty()) in setupRegisterInfo()
830 sort(Errors); in setupRegisterInfo()
831 for (auto &E : Errors) in setupRegisterInfo()
/freebsd/tools/build/options/
H A DWITH_META_MODE43 Errors cause
/freebsd/crypto/krb5/src/util/
H A Dt_enum.pm47 * Errors adding elements don't distinguish between "out of memory"
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_config.pod23 Errors are silently ignored.
/freebsd/contrib/ntp/
H A DNOTES.y2kfixes50 1) Errors were found in improper use of tm_year within struct tm,
/freebsd/contrib/libpcap/
H A Dpcap-tc.c237 ULONG Errors; member
952 pPpiHeader->Dot3Field.Errors = tcHeader.Errors; in TcRead()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp350 unsigned Errors = 0; in emitReplacementWarnings() local
365 if (ErrorLimit && ++Errors >= ErrorLimit) in emitReplacementWarnings()
/freebsd/contrib/smart/
H A DREADME.md62 …de defined by this page (e.g. 0 in the Write Error Counters log page is 'Errors corrected without …
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol140 of strings in Python. Errors are reported as exceptions rather than integer
161 of strings in Python. Errors are reported as exceptions rather than integer

123