Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
Dasan_interface.h114 int __asan_report_present(void);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interface.inc94 INTERFACE_FUNCTION(__asan_report_present)
Dasan_interface_internal.h130 int __asan_report_present();
Dasan_report.cpp504 int __asan_report_present() { in __asan_report_present() function