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.cc395 #define ASAN_MEMCPY_IMPL(ctx, to, from, size) do { \ macro
413 ASAN_MEMCPY_IMPL(nullptr, to, from, size); in __asan_memcpy()
458 ASAN_MEMCPY_IMPL(ctx, to, from, size); in INTERCEPTOR()