Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 23 of 23) sorted by relevance

/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dget_info.sys_time.pass.cpp120 const std::chrono::time_zone* tz = std::chrono::locate_zone("GMT"); in test_gmt() local
152 const std::chrono::time_zone* tz = std::chrono::locate_zone("GMT"); in test_durations() local
185 const std::chrono::time_zone* tz = std::chrono::locate_zone("Antarctica/Syowa"); in test_antarctica_syowa() local
245 const std::chrono::time_zone* tz = std::chrono::locate_zone("Asia/Hong_Kong"); in test_asia_hong_kong() local
440 const std::chrono::time_zone* tz = std::chrono::locate_zone("Europe/Berlin"); in test_europe_berlin() local
654 const std::chrono::time_zone* tz = std::chrono::locate_zone("America/St_Johns"); in test_america_st_johns() local
763 const std::chrono::time_zone* tz = std::chrono::locate_zone("Asia/Barnaul"); in test_get_at_standard_time_universal() local
778 const std::chrono::time_zone* tz = std::chrono::locate_zone("Africa/Bissau"); in test_get_at_standard_time_standard() local
802 const std::chrono::time_zone* tz = std::chrono::locate_zone("America/Tijuana"); in test_get_at_save_universal() local
827 const std::chrono::time_zone* tz = std::chrono::locate_zone("Antarctica/Macquarie"); in test_get_at_rule_standard() local
[all …]
H A Dget_info.local_time.pass.cpp109 const std::chrono::time_zone* tz = std::chrono::locate_zone("GMT"); in test_gmt() local
125 const std::chrono::time_zone* tz = std::chrono::locate_zone("Etc/GMT-1"); in test_local_time_out_of_range() local
150 const std::chrono::time_zone* tz = std::chrono::locate_zone("Etc/GMT+1"); in test_local_time_out_of_range() local
175 const std::chrono::time_zone* tz = std::chrono::locate_zone("Indian/Kerguelen"); in test_indian_kerguelen() local
218 const std::chrono::time_zone* tz = std::chrono::locate_zone("Antarctica/Rothera"); in test_antarctica_rothera() local
306 const std::chrono::time_zone* tz = std::chrono::locate_zone("Asia/Hong_Kong"); in test_asia_hong_kong() local
572 const std::chrono::time_zone* tz = std::chrono::locate_zone("Europe/Berlin"); in test_europe_berlin() local
868 const std::chrono::time_zone* tz = std::chrono::locate_zone("Europe/Dublin"); in test_europe_dublin() local
1043 const std::chrono::time_zone* tz = std::chrono::locate_zone("America/St_Johns"); in test_america_st_johns() local
H A Dto_sys_choose.pass.cpp35 const std::chrono::time_zone* tz = std::chrono::locate_zone("Etc/GMT+1"); in test_unique() local
77 const std::chrono::time_zone* tz = std::chrono::locate_zone("Europe/Berlin"); in test_nonexistent() local
109 const std::chrono::time_zone* tz = std::chrono::locate_zone("Europe/Berlin"); in test_ambiguous() local
H A Dto_sys.pass.cpp37 const std::chrono::time_zone* tz = std::chrono::locate_zone("Etc/GMT+1"); in test_unique() local
69 const std::chrono::time_zone* tz = std::chrono::locate_zone("Europe/Berlin"); in test_nonexistent() local
153 const std::chrono::time_zone* tz = std::chrono::locate_zone("Europe/Berlin"); test_ambiguous() local
[all...]
H A Dto_local.pass.cpp37 const std::chrono::time_zone* tz = std::chrono::locate_zone("Etc/GMT+1"); in main() local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.access/
H A Dcurrent_zone.pass.cpp48 const std::chrono::time_zone* tz = std::chrono::current_zone(); test_zone() local
55 const std::chrono::time_zone* tz = std::chrono::current_zone(); test_link() local
61 const std::chrono::time_zone* tz = std::chrono::current_zone(); main() local
H A Dlocate_zone.pass.cpp28 const std::chrono::time_zone* tz = std::chrono::locate_zone(zone); in test_zone() local
34 const std::chrono::time_zone* tz = std::chrono::locate_zone(link); in test_link() local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.tzdb/
H A Dcurrent_zone.pass.cpp50 const std::chrono::time_zone* tz = std::chrono::get_tzdb().current_zone(); in test_zone() local
57 const std::chrono::time_zone* tz = std::chrono::get_tzdb().current_zone(); in test_link() local
63 const std::chrono::time_zone* tz = std::chrono::get_tzdb().current_zone(); in main() local
H A Dlocate_zone.pass.cpp30 const std::chrono::time_zone* tz = std::chrono::get_tzdb().locate_zone(zone); in test_zone() local
36 const std::chrono::time_zone* tz = std::chrono::get_tzdb().locate_zone(link); in test_link() local
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.timezone/time.zone.members/
H A Dget_info.sys_time.pass.cpp72 const std::chrono::time_zone* tz = tzdb.locate_zone("Format"); in test_exception() local
94 const std::chrono::time_zone* tz = tzdb.locate_zone("America/Paramaribo"); in zone_without_until_entry() local
155 const std::chrono::time_zone* tz = tzdb.locate_zone("Format"); in test_abbrev() local
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/time.zone.db.tzdb/
H A Dlocate_zone.pass.cpp63 const std::chrono::time_zone* tz = tzdb.locate_zone("zone"); in main() local
68 const std::chrono::time_zone* tz = tzdb.locate_zone("link"); in main() local
/llvm-project/flang/test/Evaluate/
H A Dfold-re-im.f9012 type(t), parameter :: tz(*) = [t((3., 4.)), t((5., 6.))] variable
/llvm-project/clang/test/CodeGen/
H A Dbuiltins.c1093 volatile int tz; global() variable
[all...]
/llvm-project/flang/runtime/
H A Dfindloc.cpp37 const Type2 &tz{*target.OffsetElement<Type2>()}; operator ()() local
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp58 AffineExpr tx, ty, tz, bdx, bdy; in buildLinearId() local
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp1006 T<z> tz; test() local
/llvm-project/polly/lib/External/isl/imath/examples/
H A Dimcalc.c607 mp_int *tz; in mem_insert() local
/llvm-project/compiler-rt/test/dfsan/
H A Dcustom.cpp1508 struct timezone tz; in test_gettimeofday() local
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h31 #define __sanitizer_syscall_pre_gettimeofday(tv, tz) \ argument
33 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \ argument
35 #define __sanitizer_syscall_pre_settimeofday(tv, tz) \ argument
37 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \ argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1747 __dfsw_gettimeofday(struct timeval * tv,struct timezone * tz,dfsan_label tv_label,dfsan_label tz_label,dfsan_label * ret_label) __dfsw_gettimeofday() argument
1762 __dfso_gettimeofday(struct timeval * tv,struct timezone * tz,dfsan_label tv_label,dfsan_label tz_label,dfsan_label * ret_label,dfsan_origin tv_origin,dfsan_origin tz_origin,dfsan_origin * ret_origin) __dfso_gettimeofday() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp693 INTERCEPTOR(int,gettimeofday,void * tv,void * tz) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2266 TSAN_INTERCEPTOR(int,gettimeofday,void * tv,void * tz) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2192 struct timezone tz; in TEST() local