Searched refs:struct_regmatch_sz (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h64 extern unsigned struct_regmatch_sz;
H A Dsanitizer_platform_limits_freebsd.cpp131 unsigned struct_regmatch_sz = sizeof(regmatch_t); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h53 extern unsigned struct_regmatch_sz;
H A Dsanitizer_platform_limits_netbsd.h66 extern unsigned struct_regmatch_sz;
H A Dsanitizer_platform_limits_posix.cpp197 unsigned struct_regmatch_sz = sizeof(regmatch_t); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.cpp281 unsigned struct_regmatch_sz = sizeof(regmatch_t); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc7539 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pmatch, nmatch * struct_regmatch_sz);
7578 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);
7594 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);

Completed in 199 milliseconds