Home
last modified time | relevance | path

Searched refs:__asan_report_error (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/include/sanitizer/
Dasan_interface.h114 void __asan_report_error(uptr pc, uptr bp, uptr sp,
/external/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cc558 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/
Dasan_rtl.cc194 __asan_report_error(pc, bp, sp, addr, is_write, size); \
Dasan_report.cc379 void __asan_report_error(uptr pc, uptr bp, uptr sp, in __asan_report_error() function
Dasan_interceptors.cc35 __asan_report_error(pc, bp, sp, address, isWrite, /* access_size */ 1); \