Home
last modified time | relevance | path

Searched refs:old_mid (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interface_internal.h66 const void *old_mid,
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h160 const void *beg, const void *end, const void *old_mid, const void *new_mid);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h85 uptr old_mid, uptr new_mid,
H A Dasan_errors.h317 uptr beg, end, old_mid, new_mid; member
329 old_mid(old_mid_), in ErrorBadParamsToAnnotateContiguousContainer()
H A Dasan_report.cpp349 uptr old_mid, uptr new_mid, in ReportBadParamsToAnnotateContiguousContainer() argument
353 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); in ReportBadParamsToAnnotateContiguousContainer()
H A Dasan_errors.cpp329 (void *)beg, (void *)end, (void *)old_mid, (void *)new_mid); in Print()