/llvm-project/libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.access/ |
H A D | current_zone.pass.cpp | 29 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 D | locate_zone.pass.cpp | 27 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 D | current_zone.pass.cpp | 31 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 D | locate_zone.pass.cpp | 29 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 D | date_and_time.f90 | 5 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 D | malloc_destroy_zone.cpp | 9 malloc_zone_t *zone = malloc_create_zone(0, 0); in main() local
|
H A D | malloc_zone-protected.cpp | 15 malloc_zone_t *zone = malloc_create_zone(0, 0); in main() local
|
H A D | malloc_set_zone_name-mprotect.cpp | 25 malloc_zone_t *zone = NULL; in main() local
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | sys_info.zdump.pass.cpp | 85 process(std::ostream & stream,const std::chrono::time_zone & zone) process() argument 114 for (const auto& zone : tzdb.zones) { main() local
|
H A D | get_info.local_time.pass.cpp | 1198 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 D | overload.mm | 9 + zone { class in id
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 77 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_malloc_mac.cpp | 49 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
|
/llvm-project/flang/runtime/ |
H A D | time-intrinsic.cpp | 219 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 D | asan_malloc_mac.cpp | 54 # define COMMON_MALLOC_FILL_STATS(zone, stats) \ argument
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Time.cpp | 94 zone(bufferSize, 'Z'); TEST() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Intrinsics.cpp | 70 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 D | heap_find.cpp | 534 static void enumerate_range_in_zone(void *baton, const malloc_zone_t *zone) { in enumerate_range_in_zone()
|