Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSDate.py35 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 Dsanitizer_platform_limits_solaris.cpp86 unsigned struct_timezone_sz = sizeof(struct timezone);
336 CHECK_SIZE_AND_OFFSET(timeb, timezone);
H A Dsanitizer_platform_limits_freebsd.cpp127 unsigned struct_timezone_sz = sizeof(struct timezone);
526 CHECK_SIZE_AND_OFFSET(timeb, timezone);
H A Dsanitizer_platform_limits_solaris.h178 short timezone; member
H A Dsanitizer_platform_limits_freebsd.h206 short timezone; member
H A Dsanitizer_platform_limits_posix.cpp206 unsigned struct_timezone_sz = sizeof(struct timezone);
1249 CHECK_SIZE_AND_OFFSET(timeb, timezone);
H A Dsanitizer_platform_limits_posix.h416 short timezone; member
H A Dsanitizer_platform_limits_netbsd.cpp552 unsigned struct_timezone_sz = sizeof(struct timezone);
2677 CHECK_SIZE_AND_OFFSET(timeb, timezone);
H A Dsanitizer_platform_limits_netbsd.h211 short timezone; member
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1719 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 Dcustom.cpp1404 struct timezone tz; in test_gettimeofday()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2177 struct timezone tz; in TEST()