Searched refs:ReportInvalidAllocationAlignment (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h27 void NORETURN ReportInvalidAllocationAlignment(uptr alignment,
H A Dsanitizer_allocator_report.cpp76 void NORETURN ReportInvalidAllocationAlignment(uptr alignment, function in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.h67 void ReportInvalidAllocationAlignment(uptr alignment,
H A Dasan_report.cpp285 void ReportInvalidAllocationAlignment(uptr alignment, function in namespace:__asan
H A Dasan_allocator.cpp1010 ReportInvalidAllocationAlignment(alignment, stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp252 ReportInvalidAllocationAlignment(alignment, &stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp187 ReportInvalidAllocationAlignment(alignment, &stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp303 ReportInvalidAllocationAlignment(align, &stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp331 ReportInvalidAllocationAlignment(alignment, stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp651 ReportInvalidAllocationAlignment(alignment, stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp461 ReportInvalidAllocationAlignment(alignment, stack);

Completed in 203 milliseconds