| /freebsd-14.2/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() 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() 199 printErrorContentToStream(Errors[i], OS); in printToStream() 211 for (size_t i = 0, e = Errors.size(); i != e; ++i) { in printToStreamFull() [all …]
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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()
|
| H A D | VerifyDiagnosticConsumer.h | 89 DirectiveList Errors; member 95 Errors.clear(); in Reset()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 47 All.emplace_back(Level, Errors.size()); in HandleDiagnostic() 48 Errors.emplace_back(Info.getLocation(), std::string(Buf)); in HandleDiagnostic() 70 Diag << Errors[I.second].second; in FlushDiagnostics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 842 Error Errors = Error::success(); in getSectionAndRelocations() local 846 Errors = joinErrors(std::move(Errors), DoesSectionMatch.takeError()); in getSectionAndRelocations() 860 Errors = joinErrors(std::move(Errors), in getSectionAndRelocations() 869 Errors = joinErrors(std::move(Errors), DoesRelTargetMatch.takeError()); in getSectionAndRelocations() 875 if(Errors) in getSectionAndRelocations() 876 return std::move(Errors); in getSectionAndRelocations()
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 308 if (Errors > 0) 346 r = Errors; 372 Errors = r; 1554 Errors = 0; 1637 Errors = 0; 2478 Errors > 0) 2888 if (Errors > 0) 2910 if (Errors > 0) 2957 if (Errors > 0) 2985 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-14.2/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-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | snps,dw-umctl2-ddrc.yaml | 49 - description: Common ECC CE/UE/Scrubber/DFI Errors IRQ 52 - description: Individual ECC CE/UE/Scrubber/DFI Errors IRQs
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 575 std::vector<std::pair<Error, std::string>> Errors; member 636 WC->Errors.emplace_back( in loadInput() 697 WC->Errors.emplace_back( in loadInput() 733 WC->Errors.emplace_back(std::move(E), Filename); in loadInput() 740 WC->Errors.emplace_back(std::move(E), Filename); in loadInput() 746 WC->Errors.emplace_back(std::move(ReaderWarning->first), in loadInput() 753 for (auto &ErrorPair : Src->Errors) in mergeWriterContexts() 754 Dst->Errors.push_back(std::move(ErrorPair)); in mergeWriterContexts() 755 Src->Errors.clear(); in mergeWriterContexts() 935 for (auto &ErrorPair : WC->Errors) { in mergeInstrProfile() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSKeychainAPIChecker.cpp | 540 AllocationPairVec Errors; in checkDeadSymbols() local 552 Errors.push_back(std::make_pair(Sym, &AllocState)); in checkDeadSymbols() 566 for (const auto &P : Errors) in checkDeadSymbols()
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/ |
| H A D | README | 11 Errors are reported as exceptions rather than integer errno-style
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_META_MODE | 43 Errors cause
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/bus/ |
| H A D | baikal,bt1-apb.yaml | 19 reported to the APB terminator (APB Errors Handler Block).
|
| H A D | baikal,bt1-axi.yaml | 22 (Errors Handler Block) embedded on top of the DW AXI Interconnect and
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_config.pod | 23 Errors are silently ignored.
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | NOTES.y2kfixes | 50 1) Errors were found in improper use of tm_year within struct tm,
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | pcap-tc.c | 237 ULONG Errors; member 952 pPpiHeader->Dot3Field.Errors = tcHeader.Errors; in TcRead()
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 347 unsigned Errors = 0; in emitReplacementWarnings() local 362 if (ErrorLimit && ++Errors >= ErrorLimit) in emitReplacementWarnings()
|