Searched refs:COMMON_INTERCEPTOR_MEMSET_IMPL (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 122 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 161 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 33 // COMMON_INTERCEPTOR_MEMSET_IMPL 242 #ifndef COMMON_INTERCEPTOR_MEMSET_IMPL 243 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size) \ 782 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size); 5647 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size); 5652 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size); 5657 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size); 5662 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size); 5667 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size); 5672 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size); [all …]
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1317 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|