Home
last modified time | relevance | path

Searched refs:ASAN_REPORT_ERROR_N (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtl.cpp129 #define ASAN_REPORT_ERROR_N(type, is_write) \ macro
146 ASAN_REPORT_ERROR_N(load, false) in ASAN_REPORT_ERROR_N() function
147 ASAN_REPORT_ERROR_N(store, true) in ASAN_REPORT_ERROR_N()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc140 #define ASAN_REPORT_ERROR_N(type, is_write) \ macro
157 ASAN_REPORT_ERROR_N(load, false) in ASAN_REPORT_ERROR_N() function
158 ASAN_REPORT_ERROR_N(store, true) in ASAN_REPORT_ERROR_N()