OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__asan_on_error
(Results
1 - 2
of
2
) 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_report.cc
760
// Provide default implementation of
__asan_on_error
that does nothing
763
void
__asan_on_error
() {}
function
Completed in 34 milliseconds