Searched refs:COMMON_INTERCEPTOR_COPY_STRING (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1506 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) \ macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 31 // COMMON_INTERCEPTOR_COPY_STRING 340 #ifndef COMMON_INTERCEPTOR_COPY_STRING 341 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) {} 353 COMMON_INTERCEPTOR_COPY_STRING(ctx, new_mem, s, copy_length); \ 7623 COMMON_INTERCEPTOR_COPY_STRING(ctx, dst, src, internal_strlen(dst) + 1);
|