| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | PrecompiledPreamble.cpp | 313 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 …]
|
| D | ASTUnit.cpp | 1307 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/ |
| D | PrecompiledPreamble.h | 83 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/ |
| D | MachineTraceMetrics.cpp | 482 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/ |
| D | MveEmitter.cpp | 1393 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/ |
| D | Sanitizers.def | 179 SANITIZER_GROUP("bounds", Bounds, ArrayBounds | LocalBounds)
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | ANNOUNCE | 162 is far more reliable than it used to be. Bounds checking in many
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ |
| D | SanitizerArgs.cpp | 48 SanitizerKind::Undefined | SanitizerKind::Integer | SanitizerKind::Bounds |
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 927 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/ |
| D | CGStmtOpenMP.cpp | 3126 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/ |
| D | Changelog | 2533 - 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/ |
| D | c-tree.texi | 2626 which is implicitly private to each thread. Bounds
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrInfo.td | 2348 // Check Array Index Against Bounds
|
| /freebsd-12-stable/contrib/ntp/ |
| D | NEWS | 50 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
|
| D | ChangeLog | 26 * [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
|
| D | CommitLog | 860 [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/ |
| D | ChangeLog-1999 | 9578 (RTVEC_ELT): Bounds check if --enable-checking.
|