Searched refs:__asan_report_error (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Dasan_interface.h245 void __asan_report_error(void *pc, void *bp, void *sp,
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interface_internal.h178 void __asan_report_error(uptr pc, uptr bp, uptr sp,
H A Dasan_report.cpp504 void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, function
H A Dasan_poisoning.cpp215 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\

Completed in 201 milliseconds