Searched refs:__sanitizer_tm (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cpp | 497 __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/ |
| HD | sanitizer_platform_limits_openbsd.h | 174 struct __sanitizer_tm { struct
|
| HD | sanitizer_platform_limits_solaris.h | 185 struct __sanitizer_tm { struct
|
| HD | sanitizer_platform_limits_freebsd.h | 201 struct __sanitizer_tm { struct
|
| HD | sanitizer_platform_limits_posix.h | 401 struct __sanitizer_tm { struct
|
| HD | sanitizer_common_interceptors.inc | 1317 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 …]
|
| HD | sanitizer_platform_limits_netbsd.h | 225 struct __sanitizer_tm { struct
|