Home
last modified time | relevance | path

Searched refs:PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_internal.h106 # define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE \ macro
109 # define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE false macro
111 # define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE true macro
Dasan_interceptors.cc730 if (PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE) { in InitializeAsanInterceptors()
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_str_test.cpp496 #if PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE in TEST()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc137 #define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE false
139 #define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE false
141 #define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE true
809 if (PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE) {
818 if (PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE) { \