Searched refs:__msan_memmove (Results 1 – 3 of 3) sorted by relevance
86 void* __msan_memmove(void* dest, const void* src, uptr n);
158 return __msan_memmove(dest, src, n); in INTERCEPTOR()1472 return __msan_memmove(to, from, size); \1744 void *__msan_memmove(void *dest, const void *src, SIZE_T n) { in __msan_memmove() function
787 __strong_reference(kmsan_memmove, __msan_memmove);