| /NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| HD | Diagnostics.cpp | 43 : Error(Error), BeginIndex(Error->Errors.size()) {} in OverloadContext() 47 if (BeginIndex < Error->Errors.size()) { in ~OverloadContext() 48 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext() 49 for (size_t i = BeginIndex + 1, e = Error->Errors.size(); i < e; ++i) { in ~OverloadContext() 50 Dest.Messages.push_back(Error->Errors[i].Messages[0]); in ~OverloadContext() 52 Error->Errors.resize(BeginIndex + 1); in ~OverloadContext() 58 Error->Errors.resize(BeginIndex); in revertErrors() 68 Errors.emplace_back(); in addError() 69 ErrorContent &Last = Errors.back(); in addError() 188 for (size_t i = 0, e = Errors.size(); i != e; ++i) { in printToStream() [all …]
|
| /NextBSD/tools/test/testfloat/ |
| HD | systemBugs.txt | 54 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 …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | TextDiagnosticBuffer.h | 31 DiagList Errors, Warnings, Remarks, Notes; 33 const_iterator err_begin() const { return Errors.begin(); } in err_begin() 34 const_iterator err_end() const { return Errors.end(); } in err_end()
|
| HD | VerifyDiagnosticConsumer.h | 192 DirectiveList Errors; member 198 Errors.clear(); in Reset()
|
| /NextBSD/sys/netgraph/ |
| HD | ng_deflate.c | 458 priv->stats.Errors++; in ng_deflate_compress() 466 priv->stats.Errors++; in ng_deflate_compress() 491 priv->stats.Errors++; in ng_deflate_compress() 516 priv->stats.Errors++; in ng_deflate_compress() 551 priv->stats.Errors++; in ng_deflate_decompress() 560 priv->stats.Errors++; in ng_deflate_decompress() 586 priv->stats.Errors++; in ng_deflate_decompress() 609 priv->stats.Errors++; in ng_deflate_decompress() 640 priv->stats.Errors++; in ng_deflate_decompress() 663 priv->stats.Errors++; in ng_deflate_decompress()
|
| HD | 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()
|
| HD | ng_pred1.h | 59 uint64_t Errors; member
|
| HD | ng_deflate.h | 61 uint64_t Errors; member
|
| /NextBSD/contrib/ofed/management/doc/ |
| HD | libibumad.txt | 134 Errors: 169 Errors: 184 Errors: 197 Errors: 218 Errors: 233 Errors: 251 Errors: 264 Errors:
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/ |
| HD | Diagnostics.h | 159 ArrayRef<ErrorContent> errors() const { return Errors; } in errors() 178 std::vector<ErrorContent> Errors; variable
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | stacksize_example.txt | 86 Errors:
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | TextDiagnosticBuffer.cpp | 43 Errors.emplace_back(Info.getLocation(), Buf.str()); in HandleDiagnostic()
|
| HD | VerifyDiagnosticConsumer.cpp | 331 DL = ED ? &ED->Errors : nullptr; in ParseDirective() 754 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors, in CheckResults()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | MacOSKeychainAPIChecker.cpp | 565 AllocationPairVec Errors; in checkDeadSymbols() local 579 Errors.push_back(std::make_pair(I->first, &I->second)); in checkDeadSymbols() 591 for (const auto P : Errors) in checkDeadSymbols()
|
| HD | MallocChecker.cpp | 2121 SmallVector<SymbolRef, 2> Errors; in checkDeadSymbols() local 2125 Errors.push_back(I->first); in checkDeadSymbols() 2152 if (!Errors.empty()) { in checkDeadSymbols() 2156 I = Errors.begin(), E = Errors.end(); I != E; ++I) { in checkDeadSymbols()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | OPENSSL_config.pod | 20 Errors are silently ignored.
|
| HD | CONF_modules_load_file.pod | 59 Errors during configuration may also be handled differently by different
|
| /NextBSD/contrib/ntp/ |
| HD | NOTES.y2kfixes | 50 1) Errors were found in improper use of tm_year within struct tm,
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | OpenSM_PKey_Mgr.txt | 65 Errors should be clearly logged and cause a new sweep.
|
| /NextBSD/contrib/gcc/doc/ |
| HD | standards.texi | 67 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
|
| /NextBSD/sys/dev/ce/ |
| HD | tau32-ddk.h | 302 unsigned Received, ActualOffset, Errors; member
|
| /NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/ |
| HD | sampirsp.c | 2809 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 …]
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenDAGPatterns.cpp | 3215 unsigned Errors = 0; in InferInstructionFlags() local 3229 Errors += InferFromPattern(InstInfo, PatInfo, InstInfo.TheDef); in InferInstructionFlags() 3253 Errors += InferFromPattern(InstInfo, PatInfo, PTM.getSrcRecord()); in InferInstructionFlags() 3256 if (Errors) in InferInstructionFlags() 3293 unsigned Errors = 0; in VerifyInstructionFlags() local 3336 ++Errors; in VerifyInstructionFlags() 3353 if (Errors) in VerifyInstructionFlags()
|
| /NextBSD/contrib/ntp/scripts/monitoring/ |
| HD | README | 78 Errors are counted for:
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | armcoff.em | 121 einfo (_("Errors encountered processing file %s"), is->filename);
|