Searched refs:__asan_memmove (Results 1 – 4 of 4) sorted by relevance
70 void *__asan_memmove(void *to, const void *from, uptr size) { in __asan_memmove() function81 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
59 INTERFACE_FUNCTION(__asan_memmove)
251 void* __asan_memmove(void* dest, const void* src, uptr n);
51 void *__asan_memmove(void *dest, const void *src, uptr n) { in __asan_memmove() function