Home
last modified time | relevance | path

Searched refs:__sanitizer_tm (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interceptors.cpp497 __sanitizer_tm *tm) { in INTERCEPTOR()
502 __sanitizer_tm *tm, void *loc) { in INTERCEPTOR()
508 __sanitizer_tm *tm, void *loc) { in INTERCEPTOR()
518 __sanitizer_tm *tm) { in INTERCEPTOR()
523 __sanitizer_tm *tm, void *loc) { in INTERCEPTOR()
530 __sanitizer_tm *tm, void *loc) { in INTERCEPTOR()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_openbsd.h174 struct __sanitizer_tm { struct
HDsanitizer_platform_limits_solaris.h185 struct __sanitizer_tm { struct
HDsanitizer_platform_limits_freebsd.h201 struct __sanitizer_tm { struct
HDsanitizer_platform_limits_posix.h401 struct __sanitizer_tm { struct
HDsanitizer_common_interceptors.inc1317 static void unpoison_tm(void *ctx, __sanitizer_tm *tm) {
1328 INTERCEPTOR(__sanitizer_tm *, localtime, unsigned long *timep) {
1331 __sanitizer_tm *res = REAL(localtime)(timep);
1338 INTERCEPTOR(__sanitizer_tm *, localtime_r, unsigned long *timep, void *result) {
1341 __sanitizer_tm *res = REAL(localtime_r)(timep, result);
1348 INTERCEPTOR(__sanitizer_tm *, gmtime, unsigned long *timep) {
1351 __sanitizer_tm *res = REAL(gmtime)(timep);
1358 INTERCEPTOR(__sanitizer_tm *, gmtime_r, unsigned long *timep, void *result) {
1361 __sanitizer_tm *res = REAL(gmtime_r)(timep, result);
1394 INTERCEPTOR(char *, asctime, __sanitizer_tm *tm) {
[all …]
HDsanitizer_platform_limits_netbsd.h225 struct __sanitizer_tm { struct