OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_report_error
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/include/sanitizer/
asan_interface.h
67
void
__asan_report_error
(void *pc, void *bp, void *sp,
/external/compiler-rt/lib/asan/
asan_interface_internal.h
92
void
__asan_report_error
(uptr pc, uptr bp, uptr sp,
asan_rtl.cc
231
__asan_report_error
(pc, bp, sp, addr, is_write, size); \
250
__asan_report_error
(pc, bp, sp, addr, is_write, size); \
asan_interceptors.cc
51
__asan_report_error
(pc, bp, sp, __bad, isWrite, __size); \
asan_report.cc
629
void
__asan_report_error
(uptr pc, uptr bp, uptr sp,
function
/external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc
596
EXPECT_DEATH(
__asan_report_error
(0, 0, 0, (uptr)(array + 40), true, 1),
823
EXPECT_DEATH(
__asan_report_error
(0, 0, 0, 0, true, 1),
Completed in 58 milliseconds