/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 67 void __asan_report_error(void *pc, void *bp, void *sp,
|
/external/compiler-rt/lib/asan/ |
asan_interface_internal.h | 97 void __asan_report_error(uptr pc, uptr bp, uptr sp,
|
asan_rtl.cc | 247 __asan_report_error(pc, bp, sp, addr, is_write, size); \ 266 __asan_report_error(pc, bp, sp, addr, is_write, size); \
|
asan_poisoning.cc | 180 __asan_report_error(pc, bp, sp, __bad, isWrite, __size);\
|
asan_interceptors.cc | 51 __asan_report_error(pc, bp, sp, __bad, isWrite, __size); \
|
asan_report.cc | 674 void __asan_report_error(uptr pc, uptr bp, uptr sp, function
|
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 510 EXPECT_DEATH(__asan_report_error(0, 0, 0, (uptr)(array + 40), true, 1), 737 EXPECT_DEATH(__asan_report_error(0, 0, 0, 0, true, 1),
|