Searched refs:__msan_memmove (Results 1 – 2 of 2) sorted by relevance
86 void* __msan_memmove(void* dest, const void* src, uptr n);
156 return __msan_memmove(dest, src, n); in INTERCEPTOR()1385 return __msan_memmove(to, from, size); \1649 void *__msan_memmove(void *dest, const void *src, SIZE_T n) { in __msan_memmove() function