OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_on_error
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/TestCases/
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
120
if (&
__asan_on_error
)
__asan_on_error
()
asan_interface_internal.h
108
/* OPTIONAL */ void
__asan_on_error
()
asan_report.cc
760
// Provide default implementation of
__asan_on_error
that does nothing
763
void
__asan_on_error
() {}
function
/external/compiler-rt/include/sanitizer/
asan_interface.h
83
void
__asan_on_error
();
Completed in 5284 milliseconds