Home
last modified time | relevance | path

Searched refs:__asan_report_error (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dasan_interface.h245 void __asan_report_error(void *pc, void *bp, void *sp,
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interface.inc70 INTERFACE_FUNCTION(__asan_report_error)
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, in __asan_report_error() function
H A Dasan_poisoning.cpp215 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\