Searched refs:ASAN_REPORT_ERROR_N (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtl.cc129 #define ASAN_REPORT_ERROR_N(type, is_write) \ macro
146 ASAN_REPORT_ERROR_N(load, false)
147 ASAN_REPORT_ERROR_N(store, true)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtl.cc127 #define ASAN_REPORT_ERROR_N(type, is_write) \ macro
144 ASAN_REPORT_ERROR_N(load, false)
145 ASAN_REPORT_ERROR_N(store, true)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_rtl.cpp131 #define ASAN_REPORT_ERROR_N(type, is_write) \ macro
148 ASAN_REPORT_ERROR_N(load, false)
149 ASAN_REPORT_ERROR_N(store, true)

Completed in 182 milliseconds