Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp313 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build() argument
343 Bounds.Size); in Build()
344 bool PreambleEndsAtStartOfLine = Bounds.PreambleEndsAtStartOfLine; in Build()
401 MainFileBuffer->getBuffer().slice(0, Bounds.Size), MainFilePath); in Build()
497 PreambleBounds Bounds, in CanReuse() argument
501 Bounds.Size <= MainFileBuffer.getBufferSize() && in CanReuse()
512 if (PreambleBytes.size() != Bounds.Size || in CanReuse()
513 PreambleEndsAtStartOfLine != Bounds.PreambleEndsAtStartOfLine || in CanReuse()
609 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble() local
610 configurePreamble(Bounds, CI, VFS, MainFileBuffer); in AddImplicitPreamble()
[all …]
DASTUnit.cpp1307 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local
1309 if (!Bounds.Size) in getMainBufferWithPrecompiledPreamble()
1313 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble()
1370 PreambleInvocationIn, MainFileBuffer.get(), Bounds, *Diagnostics, VFS, in getMainBufferWithPrecompiledPreamble()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h83 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds,
109 PreambleBounds Bounds, llvm::vfs::FileSystem &VFS) const;
235 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp482 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
485 Bounds.Downward = false; in computeTrace()
486 Bounds.Visited.clear(); in computeTrace()
487 for (auto I : inverse_post_order_ext(MBB, Bounds)) { in computeTrace()
503 Bounds.Downward = true; in computeTrace()
504 Bounds.Visited.clear(); in computeTrace()
505 for (auto I : post_order_ext(MBB, Bounds)) { in computeTrace()
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp1393 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local
1395 if (Bounds->isSubClassOf("IB_ConstRange")) { in ACLEIntrinsic()
1397 IA.i1 = Bounds->getValueAsInt("lo"); in ACLEIntrinsic()
1398 IA.i2 = Bounds->getValueAsInt("hi"); in ACLEIntrinsic()
1399 } else if (Bounds->getName() == "IB_UEltValue") { in ACLEIntrinsic()
1402 } else if (Bounds->getName() == "IB_LaneIndex") { in ACLEIntrinsic()
1406 } else if (Bounds->isSubClassOf("IB_EltBit")) { in ACLEIntrinsic()
1408 IA.i1 = Bounds->getValueAsInt("base"); in ACLEIntrinsic()
1409 const Type *T = ME.getType(Bounds->getValueAsDef("type"), Param); in ACLEIntrinsic()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DSanitizers.def179 SANITIZER_GROUP("bounds", Bounds, ArrayBounds | LocalBounds)
/freebsd-12-stable/contrib/ncurses/
DANNOUNCE162 is far more reliable than it used to be. Bounds checking in many
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DSanitizerArgs.cpp48 SanitizerKind::Undefined | SanitizerKind::Integer | SanitizerKind::Bounds |
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp927 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
936 return B.CreateIntToPtr(B.CreateLogicalAnd(Bounds, Bits, "memchr"), in optimizeMemChr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3126 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local
3127 LValue LB = Bounds.first; in EmitOMPWorksharingLoop()
3128 LValue UB = Bounds.second; in EmitOMPWorksharingLoop()
/freebsd-12-stable/contrib/unbound/doc/
DChangelog2533 - Fix Out of Bounds Write in sldns_str2wire_str_buf(),
2535 - Fix Out of Bounds Write in sldns_b64_pton(),
2570 - Fix Out of Bounds Read in rrinternal_get_owner(),
2581 - Fix Out-of-Bounds Read in dname_valid(),
2627 - Fix Out of Bounds Read in sldns_str2wire_dname(),
2629 - Fix Out of Bounds Write in sldns_bget_token_par(),
/freebsd-12-stable/contrib/gcc/doc/
Dc-tree.texi2626 which is implicitly private to each thread. Bounds
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.td2348 // Check Array Index Against Bounds
/freebsd-12-stable/contrib/ntp/
DNEWS50 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
DChangeLog26 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
DCommitLog860 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
863 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
866 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
/freebsd-12-stable/contrib/gcc/
DChangeLog-19999578 (RTVEC_ELT): Bounds check if --enable-checking.