Home
last modified time | relevance | path

Searched refs:ReportInvalidAlignedAllocAlignment (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h29 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
H A Dsanitizer_allocator_report.cpp86 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h70 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
H A Dasan_report.cpp293 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
H A Dasan_allocator.cpp1068 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in asan_aligned_alloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp263 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in dfsan_aligned_alloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp200 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in lsan_aligned_alloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp384 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in msan_aligned_alloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp334 ReportInvalidAlignedAllocAlignment(sz, align, &stack); in user_aligned_alloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp501 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in hwasan_aligned_alloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp669 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in memprof_aligned_alloc()