Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h69 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
H A Dasan_report.cpp291 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
H A Dasan_allocator.cpp1048 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in asan_aligned_alloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp231 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in dfsan_aligned_alloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp172 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in lsan_aligned_alloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp315 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in msan_aligned_alloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp289 ReportInvalidAlignedAllocAlignment(sz, align, &stack); in user_aligned_alloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp382 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in hwasan_aligned_alloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp840 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in memprof_aligned_alloc()