Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDasan_interface.h114 int __asan_report_present(void);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_interface.inc94 INTERFACE_FUNCTION(__asan_report_present)
HDasan_interface_internal.h130 int __asan_report_present();
HDasan_report.cpp500 int __asan_report_present() { in __asan_report_present() function