Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp414 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 DASTUnit.cpp1353 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 DEVLIndVarSimplify.cpp146 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 DPrecompiledPreamble.h86 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 DMachineTraceMetrics.cpp529 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 DMveEmitter.cpp1404 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 DUnixSignals.cpp157 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 DUnixSignals.h110 enum SignalCodePrintOption { None, Address, Bounds, Sender }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxSignals.cpp139 …GCODE(SIGSEGV, 11, SEGV_BNDERR, 3, "failed address bounds checks", SignalCodePrintOption::Bounds); in Reset()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def193 SANITIZER_GROUP("bounds", Bounds, ArrayBounds | LocalBounds)
H A DLangOptions.def499 LANGOPT(BoundsSafety, 1, 0, NotCompatible, "Bounds safety extension for C")
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp782 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 DCodeGenFunction.cpp796 const bool SanitizeBounds = SanOpts.hasOneOf(SanitizerKind::Bounds); in StartFunction()
818 if (SanitizeBounds && !SanOpts.hasOneOf(SanitizerKind::Bounds)) in StartFunction()
H A DCGStmtOpenMP.cpp3506 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 DSanitizerArgs.cpp51 SanitizerKind::Undefined | SanitizerKind::Integer | SanitizerKind::Bounds |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1473 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 Dfunstack.ok2078 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 Dfunstack.in15674 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 DX86InstrMisc.td1071 // Check Array Index Against Bounds
/freebsd/contrib/unbound/doc/
H A DChangelog3796 - 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 DChangeLog2601 * map.c, map.h, parse.c, read.c: Bounds search for reallocated
/freebsd/contrib/ntp/
H A DNEWS186 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
3952 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
H A DChangeLog144 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
H A DCommitLog4081 [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 DDAGCombiner.cpp15530 Metadata *Bounds[2] = { in reduceLoadWidth() local
15535 NewRanges = MDNode::get(*DAG.getContext(), Bounds); in reduceLoadWidth()