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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc18 // COMMON_INTERCEPTOR_INITIALIZE_RANGE
144 #ifndef COMMON_INTERCEPTOR_INITIALIZE_RANGE
145 #define COMMON_INTERCEPTOR_INITIALIZE_RANGE(p, size) {}
421 COMMON_INTERCEPTOR_INITIALIZE_RANGE(domain, REAL(strlen)(domain) + 1);
1320 COMMON_INTERCEPTOR_INITIALIZE_RANGE(tm->tm_zone,
2304 COMMON_INTERCEPTOR_INITIALIZE_RANGE(s, REAL(strlen)(s) + 1);
2310 COMMON_INTERCEPTOR_INITIALIZE_RANGE(s, REAL(strlen)(s) + 1);
2316 COMMON_INTERCEPTOR_INITIALIZE_RANGE(s, REAL(strlen)(s) + 1);
3735 if (res) COMMON_INTERCEPTOR_INITIALIZE_RANGE(res, REAL(strlen)(res) + 1);
3779 COMMON_INTERCEPTOR_INITIALIZE_RANGE(re
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1270 #define COMMON_INTERCEPTOR_INITIALIZE_RANGE(ptr, size) \ macro

Completed in 167 milliseconds