Searched refs:__asan_report_error (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/include/sanitizer/ |
D | asan_interface.h | 114 void __asan_report_error(uptr pc, uptr bp, uptr sp,
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_noinst_test.cc | 558 EXPECT_DEATH(__asan_report_error(0, 0, 0, (uptr)(array + 40), true, 1), in TEST() 689 EXPECT_DEATH(__asan_report_error(0, 0, 0, 0, true, 1), in TEST()
|
/external/compiler-rt/lib/asan/ |
D | asan_rtl.cc | 194 __asan_report_error(pc, bp, sp, addr, is_write, size); \
|
D | asan_report.cc | 379 void __asan_report_error(uptr pc, uptr bp, uptr sp, in __asan_report_error() function
|
D | asan_interceptors.cc | 35 __asan_report_error(pc, bp, sp, address, isWrite, /* access_size */ 1); \
|