| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 414 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build() argument 444 Bounds.Size); in Build() 445 bool PreambleEndsAtStartOfLine = Bounds.PreambleEndsAtStartOfLine; in Build() 500 MainFileBuffer->getBuffer().slice(0, Bounds.Size), MainFilePath); in Build() 602 PreambleBounds Bounds, in CanReuse() argument 606 Bounds.Size <= MainFileBuffer.getBufferSize() && in CanReuse() 617 if (PreambleBytes.size() != Bounds.Size || in CanReuse() 618 PreambleEndsAtStartOfLine != Bounds.PreambleEndsAtStartOfLine || in CanReuse() 714 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble() local 715 configurePreamble(Bounds, CI, VFS, MainFileBuffer); in AddImplicitPreamble() [all …]
|
| H A D | ASTUnit.cpp | 1353 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local 1355 if (!Bounds.Size) in getMainBufferWithPrecompiledPreamble() 1359 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble() 1416 PreambleInvocationIn, MainFileBuffer.get(), Bounds, *Diagnostics, VFS, in getMainBufferWithPrecompiledPreamble()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | EVLIndVarSimplify.cpp | 146 std::optional<Loop::LoopBounds> Bounds = L.getBounds(SE); in run() local 147 if (!Bounds) { in run() 159 Value *CanonicalIVInit = &Bounds->getInitialIVValue(); in run() 160 Value *CanonicalIVFinal = &Bounds->getFinalIVValue(); in run() 204 switch (Bounds->getDirection()) { in run()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | PrecompiledPreamble.h | 86 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, 114 PreambleBounds Bounds, llvm::vfs::FileSystem &VFS) const; 173 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 529 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local 532 Bounds.Downward = false; in computeTrace() 533 Bounds.Visited.clear(); in computeTrace() 534 for (const auto *I : inverse_post_order_ext(MBB, Bounds)) { in computeTrace() 550 Bounds.Downward = true; in computeTrace() 551 Bounds.Visited.clear(); in computeTrace() 552 for (const auto *I : post_order_ext(MBB, Bounds)) { in computeTrace()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 1404 const Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local 1406 if (Bounds->isSubClassOf("IB_ConstRange")) { in ACLEIntrinsic() 1408 IA.i1 = Bounds->getValueAsInt("lo"); in ACLEIntrinsic() 1409 IA.i2 = Bounds->getValueAsInt("hi"); in ACLEIntrinsic() 1410 } else if (Bounds->getName() == "IB_UEltValue") { in ACLEIntrinsic() 1413 } else if (Bounds->getName() == "IB_LaneIndex") { in ACLEIntrinsic() 1417 } else if (Bounds->isSubClassOf("IB_EltBit")) { in ACLEIntrinsic() 1419 IA.i1 = Bounds->getValueAsInt("base"); in ACLEIntrinsic() 1420 const Type *T = ME.getType(Bounds->getValueAsDef("type"), Param); in ACLEIntrinsic()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 157 if (sc.m_print_option != SignalCodePrintOption::Bounds) in GetSignalDescription() 168 case SignalCodePrintOption::Bounds: in GetSignalDescription()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | UnixSignals.h | 110 enum SignalCodePrintOption { None, Address, Bounds, Sender }; enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | LinuxSignals.cpp | 139 …GCODE(SIGSEGV, 11, SEGV_BNDERR, 3, "failed address bounds checks", SignalCodePrintOption::Bounds); in Reset()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 193 SANITIZER_GROUP("bounds", Bounds, ArrayBounds | LocalBounds)
|
| H A D | LangOptions.def | 499 LANGOPT(BoundsSafety, 1, 0, NotCompatible, "Bounds safety extension for C")
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 782 using Bounds = std::pair<const APSInt &, const APSInt &>; in convertTo() typedef 785 auto CastRange = [Ty, &VF = ValueFactory](const Range &R) -> Bounds { in convertTo() 799 Bounds NewBounds = CastRange(*(It++)); in convertTo() 819 Bounds NewBounds = CastRange(*(It++)); in convertTo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 796 const bool SanitizeBounds = SanOpts.hasOneOf(SanitizerKind::Bounds); in StartFunction() 818 if (SanitizeBounds && !SanOpts.hasOneOf(SanitizerKind::Bounds)) in StartFunction()
|
| H A D | CGStmtOpenMP.cpp | 3506 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local 3507 LValue LB = Bounds.first; in EmitOMPWorksharingLoop() 3508 LValue UB = Bounds.second; in EmitOMPWorksharingLoop()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 51 SanitizerKind::Undefined | SanitizerKind::Integer | SanitizerKind::Bounds |
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1473 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local 1482 return B.CreateIntToPtr(B.CreateLogicalAnd(Bounds, Bits, "memchr"), in optimizeMemChr()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 2078 Ronald L. Rivest Expected Time Bounds for Selection . . . 165--172 2488 Chee K. Yap New Upper Bounds for Selection . . . . . 501--508 2794 Harry G. Mairson Some New Upper Bounds on the Generation
|
| H A D | funstack.in | 15674 title = "Expected Time Bounds for Selection", 18955 title = "New Upper Bounds for Selection", 21310 title = "Some New Upper Bounds on the Generation of Prime Numbers",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrMisc.td | 1071 // Check Array Index Against Bounds
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 3796 - Fix Out of Bounds Write in sldns_str2wire_str_buf(), 3798 - Fix Out of Bounds Write in sldns_b64_pton(), 3833 - Fix Out of Bounds Read in rrinternal_get_owner(), 3844 - Fix Out-of-Bounds Read in dname_valid(), 3890 - Fix Out of Bounds Read in sldns_str2wire_dname(), 3892 - Fix Out of Bounds Write in sldns_bget_token_par(),
|
| /freebsd/contrib/libedit/ |
| H A D | ChangeLog | 2601 * map.c, map.h, parse.c, read.c: Bounds search for reallocated
|
| /freebsd/contrib/ntp/ |
| H A D | NEWS | 186 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org> 3952 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
|
| H A D | ChangeLog | 144 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
|
| H A D | CommitLog | 4081 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org> 4084 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org> 4087 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org> [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 15530 Metadata *Bounds[2] = { in reduceLoadWidth() local 15535 NewRanges = MDNode::get(*DAG.getContext(), Bounds); in reduceLoadWidth()
|