Home
last modified time | relevance | path

Searched defs:zone (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.access/
H A Dcurrent_zone.pass.cpp29 set_tz(std::string zone) set_tz() argument
40 set_tz(const std::string & zone) set_tz() argument
46 test_zone(const std::string & zone) test_zone() argument
53 test_link(const std::string & link,std::string_view zone) test_link() argument
70 for (const auto& zone : db.zones) main() local
[all...]
H A Dlocate_zone.pass.cpp27 static void test_zone(std::string_view zone) { in test_zone()
33 static void test_link(std::string_view link, std::string_view zone) { in test_link()
39 static void test_exception([[maybe_unused]] std::string_view zone) { in test_exception()
53 for (const auto& zone : db.zones) in main() local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.tzdb/
H A Dcurrent_zone.pass.cpp31 static void set_tz(std::string zone) { in set_tz()
42 static void set_tz(const std::string& zone) { in set_tz()
48 static void test_zone(const std::string& zone) { in test_zone()
55 static void test_link(const std::string& link, std::string_view zone) { in test_link()
72 for (const auto& zone : db.zones) in main() local
H A Dlocate_zone.pass.cpp29 static void test_zone(std::string_view zone) { in test_zone()
35 static void test_link(std::string_view link, std::string_view zone) { in test_link()
41 static void test_exception([[maybe_unused]] std::string_view zone) { in test_exception()
55 for (const auto& zone : db.zones) in main() local
/llvm-project/flang/test/Lower/Intrinsics/
H A Ddate_and_time.f905 subroutine date_and_time_test(date, time, zone, values) argument
6 character(*) :: date, time, zone local
43 subroutine date_and_time_dynamic_optional(date, time, zone, values) argument
49 character(*), optional :: zone local
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dmalloc_destroy_zone.cpp9 malloc_zone_t *zone = malloc_create_zone(0, 0); in main() local
H A Dmalloc_zone-protected.cpp15 malloc_zone_t *zone = malloc_create_zone(0, 0); in main() local
H A Dmalloc_set_zone_name-mprotect.cpp25 malloc_zone_t *zone = NULL; in main() local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dsys_info.zdump.pass.cpp85 process(std::ostream & stream,const std::chrono::time_zone & zone) process() argument
114 for (const auto& zone : tzdb.zones) { main() local
H A Dget_info.local_time.pass.cpp1198 static void validate_transitions(const std::chrono::time_zone& zone) { in validate_transitions()
1301 for (const auto& zone : tzdb.zones) { in main() local
/llvm-project/clang/test/SemaObjCXX/
H A Doverload.mm9 + zone { class in id
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp77 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp49 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
/llvm-project/flang/runtime/
H A Dtime-intrinsic.cpp219 DateAndTimeUnavailable(Fortran::runtime::Terminator & terminator,char * date,std::size_t dateChars,char * time,std::size_t timeChars,char * zone,std::size_t zoneChars,const Fortran::runtime::Descriptor * values) DateAndTimeUnavailable() argument
281 GetDateAndTime(Fortran::runtime::Terminator & terminator,char * date,std::size_t dateChars,char * time,std::size_t timeChars,char * zone,std::size_t zoneChars,const Fortran::runtime::Descriptor * values) GetDateAndTime() argument
352 GetDateAndTime(Fortran::runtime::Terminator & terminator,char * date,std::size_t dateChars,char * time,std::size_t timeChars,char * zone,std::size_t zoneChars,const Fortran::runtime::Descriptor * values) GetDateAndTime() argument
[all...]
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp54 # define COMMON_MALLOC_FILL_STATS(zone, stats) \ argument
/llvm-project/flang/unittests/Runtime/
H A DTime.cpp94 zone(bufferSize, 'Z'); TEST() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DIntrinsics.cpp70 genDateAndTime(fir::FirOpBuilder & builder,mlir::Location loc,std::optional<fir::CharBoxValue> date,std::optional<fir::CharBoxValue> time,std::optional<fir::CharBoxValue> zone,mlir::Value values) genDateAndTime() argument
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp534 static void enumerate_range_in_zone(void *baton, const malloc_zone_t *zone) { in enumerate_range_in_zone()