HomeSort by: relevance | last modified time | path
    Searched refs:COMMON_INTERCEPTOR_MEMSET_IMPL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 162 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1308 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 34 // COMMON_INTERCEPTOR_MEMSET_IMPL
239 #ifndef COMMON_INTERCEPTOR_MEMSET_IMPL
240 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size) \
773 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size);
5453 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5458 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5463 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5468 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5473 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5478 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size)
    [all...]

Completed in 18 milliseconds