Searched refs:COMMON_INTERCEPTOR_COPY_STRING (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1342 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) \ macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 37 // COMMON_INTERCEPTOR_COPY_STRING 306 #ifndef COMMON_INTERCEPTOR_COPY_STRING 307 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) {} 318 COMMON_INTERCEPTOR_COPY_STRING(ctx, new_mem, s, copy_length); \ 7354 COMMON_INTERCEPTOR_COPY_STRING(ctx, dst, src, REAL(strlen)(dst) + 1);
|