Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc396 #define ASAN_MEMCPY_IMPL(ctx, to, from, size) do { \ macro
414 ASAN_MEMCPY_IMPL(nullptr, to, from, size); in __asan_memcpy()
459 ASAN_MEMCPY_IMPL(ctx, to, from, size); in INTERCEPTOR()