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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc18 // COMMON_INTERCEPTOR_INITIALIZE_RANGE
147 #ifndef COMMON_INTERCEPTOR_INITIALIZE_RANGE
148 #define COMMON_INTERCEPTOR_INITIALIZE_RANGE(p, size) {}
424 COMMON_INTERCEPTOR_INITIALIZE_RANGE(domain, REAL(strlen)(domain) + 1);
1323 COMMON_INTERCEPTOR_INITIALIZE_RANGE(tm->tm_zone,
2289 COMMON_INTERCEPTOR_INITIALIZE_RANGE(s, REAL(strlen)(s) + 1);
2295 COMMON_INTERCEPTOR_INITIALIZE_RANGE(s, REAL(strlen)(s) + 1);
2301 COMMON_INTERCEPTOR_INITIALIZE_RANGE(s, REAL(strlen)(s) + 1);
3692 if (res) COMMON_INTERCEPTOR_INITIALIZE_RANGE(res, REAL(strlen)(res) + 1);
3736 COMMON_INTERCEPTOR_INITIALIZE_RANGE(re
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1281 #define COMMON_INTERCEPTOR_INITIALIZE_RANGE(ptr, size) \ macro

Completed in 97 milliseconds