Searched refs:__asan_on_error (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Don_error_callback.cc3 // FIXME: __asan_on_error() is not supported on Windows yet.
10 void __asan_on_error() { function
11 fprintf(stderr, "__asan_on_error called");
18 // CHECK: __asan_on_error called
/external/compiler-rt/lib/asan/
H A Dasan_internal.h121 if (&__asan_on_error) __asan_on_error()
H A Dasan_interface_internal.h99 /* OPTIONAL */ void __asan_on_error();
H A Dasan_report.cc955 // Provide default implementation of __asan_on_error that does nothing
958 void __asan_on_error() {} function
/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h84 void __asan_on_error();

Completed in 548 milliseconds