HomeSort by relevance Sort by last modified time
    Searched refs:__asan_on_error (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/
on_error_callback.cc 7 void __asan_on_error() { function
8 fprintf(stderr, "__asan_on_error called");
15 // CHECK: __asan_on_error called
  /external/compiler-rt/lib/asan/
asan_internal.h 160 if (&__asan_on_error) __asan_on_error()
asan_interface_internal.h 103 /* OPTIONAL */ void __asan_on_error()
asan_report.cc 715 // Provide default implementation of __asan_on_error that does nothing
718 void __asan_on_error() {} function
  /external/compiler-rt/include/sanitizer/
asan_interface.h 83 void __asan_on_error();

Completed in 52 milliseconds