/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 415 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build() argument 445 Bounds.Size); in Build() 446 bool PreambleEndsAtStartOfLine = Bounds.PreambleEndsAtStartOfLine; in Build() 502 MainFileBuffer->getBuffer().slice(0, Bounds.Size), MainFilePath); in Build() 604 PreambleBounds Bounds, in CanReuse() argument 608 Bounds.Size <= MainFileBuffer.getBufferSize() && in CanReuse() 619 if (PreambleBytes.size() != Bounds.Size || in CanReuse() 620 PreambleEndsAtStartOfLine != Bounds.PreambleEndsAtStartOfLine || in CanReuse() 716 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble() local 717 configurePreamble(Bounds, CI, VFS, MainFileBuffer); in AddImplicitPreamble() [all …]
|
H A D | ASTUnit.cpp | 1352 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local 1354 if (!Bounds.Size) in getMainBufferWithPrecompiledPreamble() 1358 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble() 1415 PreambleInvocationIn, MainFileBuffer.get(), Bounds, *Diagnostics, VFS, in getMainBufferWithPrecompiledPreamble()
|
/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 | 500 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local 503 Bounds.Downward = false; in computeTrace() 504 Bounds.Visited.clear(); in computeTrace() 505 for (const auto *I : inverse_post_order_ext(MBB, Bounds)) { in computeTrace() 521 Bounds.Downward = true; in computeTrace() 522 Bounds.Visited.clear(); in computeTrace() 523 for (const auto *I : post_order_ext(MBB, Bounds)) { in computeTrace()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1400 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local 1402 if (Bounds->isSubClassOf("IB_ConstRange")) { in ACLEIntrinsic() 1404 IA.i1 = Bounds->getValueAsInt("lo"); in ACLEIntrinsic() 1405 IA.i2 = Bounds->getValueAsInt("hi"); in ACLEIntrinsic() 1406 } else if (Bounds->getName() == "IB_UEltValue") { in ACLEIntrinsic() 1409 } else if (Bounds->getName() == "IB_LaneIndex") { in ACLEIntrinsic() 1413 } else if (Bounds->isSubClassOf("IB_EltBit")) { in ACLEIntrinsic() 1415 IA.i1 = Bounds->getValueAsInt("base"); in ACLEIntrinsic() 1416 const Type *T = ME.getType(Bounds->getValueAsDef("type"), Param); in ACLEIntrinsic()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | LinuxSignals.cpp | 82 …GCODE(SIGSEGV, 11, SEGV_BNDERR, 3, "failed address bounds checks", SignalCodePrintOption::Bounds); in Reset()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | UnixSignals.h | 108 enum SignalCodePrintOption { None, Address, Bounds }; 90 enum SignalCodePrintOption { None, Address, Bounds }; global() enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnixSignals.cpp | 155 if (sc.m_print_option != SignalCodePrintOption::Bounds) in GetSignalDescription() 166 case SignalCodePrintOption::Bounds: in GetSignalDescription()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 188 SANITIZER_GROUP("bounds", Bounds, ArrayBounds | LocalBounds)
|
H A D | LangOptions.def | 526 LANGOPT(BoundsSafety, 1, 0, "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 | 790 const bool SanitizeBounds = SanOpts.hasOneOf(SanitizerKind::Bounds); in StartFunction() 812 if (SanitizeBounds && !SanOpts.hasOneOf(SanitizerKind::Bounds)) in StartFunction()
|
H A D | CGStmtOpenMP.cpp | 3363 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local 3364 LValue LB = Bounds.first; in EmitOMPWorksharingLoop() 3365 LValue UB = Bounds.second; in EmitOMPWorksharingLoop()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | SanitizerArgs.cpp | 52 SanitizerKind::Undefined | SanitizerKind::Integer | SanitizerKind::Bounds |
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1478 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local 1487 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 | 3264 - Fix Out of Bounds Write in sldns_str2wire_str_buf(), 3266 - Fix Out of Bounds Write in sldns_b64_pton(), 3301 - Fix Out of Bounds Read in rrinternal_get_owner(), 3312 - Fix Out-of-Bounds Read in dname_valid(), 3358 - Fix Out of Bounds Read in sldns_str2wire_dname(), 3360 - Fix Out of Bounds Write in sldns_bget_token_par(),
|
/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...] |