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

  /external/compiler-rt/include/sanitizer/
asan_interface.h 110 void __asan_report_error(void *pc, void *bp, void *sp,
  /external/compiler-rt/lib/asan/
asan_interface_internal.h 143 void __asan_report_error(uptr pc, uptr bp, uptr sp,
asan_poisoning.cc 221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
asan_report.cc 1206 void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, function
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 398 EXPECT_DEATH(__asan_report_error(0, 0, 0, 0, true, 1),

Completed in 629 milliseconds