Searched refs:COMMON_INTERCEPTOR_MEMSET_IMPL (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp161 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1326 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc33 // COMMON_INTERCEPTOR_MEMSET_IMPL
245 #ifndef COMMON_INTERCEPTOR_MEMSET_IMPL
246 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size) \
783 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size);
5539 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5544 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5549 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5554 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5559 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5564 COMMON_INTERCEPTOR_MEMSET_IMPL(ct
[all...]

Completed in 68 milliseconds