Searched refs:COMMON_INTERCEPTOR_COPY_STRING (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1342 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc37 // COMMON_INTERCEPTOR_COPY_STRING
292 #ifndef COMMON_INTERCEPTOR_COPY_STRING
293 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) {}
304 COMMON_INTERCEPTOR_COPY_STRING(ctx, new_mem, s, copy_length); \
7109 COMMON_INTERCEPTOR_COPY_STRING(ctx, dst, src, REAL(strlen)(dst) + 1);

Completed in 177 milliseconds