Home
last modified time | relevance | path

Searched refs:__asan_report_present (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Ddebug_report.cc15 int present = __asan_report_present(); in main()
35 int present = __asan_report_present(); in __asan_on_error()
/external/compiler-rt/include/sanitizer/
Dasan_interface.h67 int __asan_report_present();
/external/compiler-rt/lib/asan/
Dasan_interface_internal.h110 int __asan_report_present();
Dasan_report.cc1225 int __asan_report_present() { in __asan_report_present() function