Searched refs:timezone (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSDate.py | 35 return time.mktime(t) - time.timezone 184 def timezone(self): member in NSTimeZoneClass_SummaryProvider 280 summary = provider.timezone()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cpp | 86 unsigned struct_timezone_sz = sizeof(struct timezone); 336 CHECK_SIZE_AND_OFFSET(timeb, timezone);
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 127 unsigned struct_timezone_sz = sizeof(struct timezone); 526 CHECK_SIZE_AND_OFFSET(timeb, timezone);
|
| H A D | sanitizer_platform_limits_solaris.h | 178 short timezone; member
|
| H A D | sanitizer_platform_limits_freebsd.h | 206 short timezone; member
|
| H A D | sanitizer_platform_limits_posix.cpp | 206 unsigned struct_timezone_sz = sizeof(struct timezone); 1249 CHECK_SIZE_AND_OFFSET(timeb, timezone);
|
| H A D | sanitizer_platform_limits_posix.h | 416 short timezone; member
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 552 unsigned struct_timezone_sz = sizeof(struct timezone); 2677 CHECK_SIZE_AND_OFFSET(timeb, timezone);
|
| H A D | sanitizer_platform_limits_netbsd.h | 211 short timezone; member
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_custom.cpp | 1719 int __dfsw_gettimeofday(struct timeval *tv, struct timezone *tz, in __dfsw_gettimeofday() 1727 dfsan_set_label(0, tz, sizeof(struct timezone)); in __dfsw_gettimeofday() 1734 int __dfso_gettimeofday(struct timeval *tv, struct timezone *tz, in __dfso_gettimeofday()
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | custom.cpp | 1404 struct timezone tz; in test_gettimeofday()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2177 struct timezone tz; in TEST()
|