HomeSort by relevance Sort by last modified time
    Searched full:__asan_on_error (Results 1 - 7 of 7) 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/lit_tests/Linux/
interface_symbols_linux.c 10 // RUN: | grep -v "__asan_on_error" > %t.symbols
  /external/compiler-rt/lib/asan/lit_tests/Darwin/
interface_symbols_darwin.c 17 // RUN: | grep -v "__asan_on_error" > %t.symbols
  /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 188 milliseconds