Searched refs:new_mid (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp364 uptr new_mid = reinterpret_cast<uptr>(new_mid_p); local
366 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end &&
369 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid,
375 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
376 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
393 uptr b1 = RoundDownTo(new_mid, granularity);
394 uptr b2 = RoundUpTo(new_mid, granularity);
401 *(u8*)MemToShadow(b1) = static_cast<u8>(new_mid - b1);
H A Dasan_report.h84 uptr old_mid, uptr new_mid,
H A Dasan_errors.h317 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer
330 new_mid(new_mid_) {}
H A Dasan_report.cpp343 uptr old_mid, uptr new_mid,
347 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
342 ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end, uptr old_mid, uptr new_mid, BufferedStackTrace *stack) argument
H A Dasan_errors.cpp331 " new_mid : %p\n",
332 beg, end, old_mid, new_mid);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h125 /// <c>mid</c>(<c><i>old_mid</i></c> and <c><i>new_mid</i></c>). In the initial
153 /// \param new_mid New middle of memory region.
157 const void *new_mid);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interface_internal.h64 const void *new_mid);

Completed in 282 milliseconds