Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc76 #define INTERFACE_FUNCTION(name) \ macro
225 INTERFACE_FUNCTION(__asan_handle_no_return)
227 INTERFACE_FUNCTION(__asan_report_store1)
228 INTERFACE_FUNCTION(__asan_report_store2)
229 INTERFACE_FUNCTION(__asan_report_store4)
230 INTERFACE_FUNCTION(__asan_report_store8)
231 INTERFACE_FUNCTION(__asan_report_store16)
232 INTERFACE_FUNCTION(__asan_report_store_n)
234 INTERFACE_FUNCTION(__asan_report_load1)
235 INTERFACE_FUNCTION(__asan_report_load2)
[all …]