OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_memmove
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_interface_internal.h
147
void*
__asan_memmove
(void* dest, const void* src, uptr n);
asan_dll_thunk.cc
240
INTERFACE_FUNCTION(
__asan_memmove
);
variable
asan_interceptors.cc
397
void *
__asan_memmove
(void *to, const void *from, uptr size) {
function
409
return
__asan_memmove
(to, from, size);
422
return
__asan_memmove
(to, from, size);
Completed in 405 milliseconds