/llvm-project/libcxx/test/std/time/time.syn/ |
H A D | formatter.sys_time.pass.cpp | 88 std::chrono::sys_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 92 std::chrono::sys_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 97 std::chrono::sys_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 101 std::chrono::sys_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 108 std::chrono::sys_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 113 std::chrono::sys_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 118 std::chrono::sys_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 123 std::chrono::sys_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 142 std::chrono::sys_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_month() 146 std::chrono::sys_seconds(2'000'000'000s)); // 03:33:20 UTC o in test_valid_values_month() [all...] |
H A D | formatter.file_time.pass.cpp | 95 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 99 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 104 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 108 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 116 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 121 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 127 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 132 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 151 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_month() 155 file_seconds(2'000'000'000s)); // 03:33:20 UTC o in test_valid_values_month() [all...] |
H A D | formatter.local_time.pass.cpp | 89 std::chrono::local_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 93 std::chrono::local_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 98 std::chrono::local_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 102 std::chrono::local_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 109 std::chrono::local_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 114 std::chrono::local_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 119 std::chrono::local_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_year() 124 std::chrono::local_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009 in test_valid_values_year() 143 std::chrono::local_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970 in test_valid_values_month() 147 std::chrono::local_seconds(2'000'000'000s)); // 03:33:20 UTC o in test_valid_values_month() [all...] |
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
H A D | TestDataFormatterObjCNSDate.py | 52 self.expect_expr("date_1970_minus_06", result_summary="1969-12-31 23:59:59 UTC") 53 self.expect_expr("date_1970_minus_05", result_summary="1969-12-31 23:59:59 UTC") 54 self.expect_expr("date_1970_minus_04", result_summary="1969-12-31 23:59:59 UTC") 55 self.expect_expr("date_1970_plus_06", result_summary="1970-01-01 00:00:00 UTC") 56 self.expect_expr("date_1970_plus_05", result_summary="1970-01-01 00:00:00 UTC") 57 self.expect_expr("date_1970_plus_04", result_summary="1970-01-01 00:00:00 UTC") 67 self.expect_expr("distant_past", result_summary="0001-01-01 00:00:00 UTC") 68 self.expect_expr("distant_future", result_summary="4001-01-01 00:00:00 UTC")
|
/llvm-project/llvm/test/tools/llvm-ranlib/ |
H A D | D-flag.test | 3 ## Important: all `llvm-ar tv` calls must use TZ=UTC to produce identical values 5 # RUN: env TZ=UTC touch -t 200001020304 %t.o 9 # RUN: env TZ=UTC llvm-ar tv %t-no-index.a | FileCheck %s --check-prefix=REAL-VALUES 13 # RUN: env TZ=UTC llvm-ar tv %t.a | FileCheck %s --check-prefix=DETERMINISTIC-VALUES 17 # RUN: env TZ=UTC llvm-ar tv %t.a | FileCheck %s --check-prefix=REAL-VALUES 21 # RUN: env TZ=UTC llvm-ar tv %t.a | FileCheck %s --check-prefix=REAL-VALUES 23 # RUN: env TZ=UTC llvm-ar tv %t.a | FileCheck %s --check-prefix=DETERMINISTIC-VALUES 28 # RUN: env TZ=UTC llvm-ar tv %t.a | FileCheck %s --check-prefix=REAL-VALUES 29 # RUN: env TZ=UTC llvm-ar tv %t2.a | FileCheck %s --check-prefix=REAL-VALUES
|
/llvm-project/.github/workflows/ |
H A D | docs.yml | 125 TZ=UTC ninja -C llvm-build docs-llvm-html docs-llvm-man 134 TZ=UTC ninja -C clang-build docs-clang-html docs-clang-man 143 TZ=UTC ninja -C clang-tools-extra-build docs-clang-tools-html docs-clang-tools-man 152 TZ=UTC ninja -C lldb-build docs-lldb-html docs-lldb-man 161 TZ=UTC ninja -C libunwind-build docs-libunwind-html 170 TZ=UTC ninja -C libcxx-build docs-libcxx-html 179 TZ=UTC ninja -C libc-build docs-libc-html 188 TZ=UTC ninja -C lld-build docs-lld-html 197 TZ=UTC ninja -C openmp-build docs-openmp-html 206 TZ=UTC ninj [all...] |
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.ambig/ |
H A D | ctor.pass.cpp | 66 1969-12-31 23:59:59.999999999 PREV == 1969-12-31 22:59:59.999999999 UTC or in main() 67 1969-12-31 23:59:59.999999999 NEXT == 1969-12-31 23:59:59.999999999 UTC)"); in main() 86 1970-01-01 00:00:00.000000 PREV == 1969-12-31 23:00:00.000000 UTC or in main() 87 1970-01-01 00:00:00.000000 NEXT == 1970-01-01 00:00:00.000000 UTC)"); in main() 106 1970-01-01 00:00:00.001 PREV == 1969-12-31 23:00:00.001 UTC or in main() 107 1970-01-01 00:00:00.001 NEXT == 1970-01-01 00:00:00.001 UTC)"); in main() 125 -21970-01-01 00:00:00 PREV == -21970-01-01 00:00:00 UTC or in main() 126 -21970-01-01 00:00:00 NEXT == -21971-12-31 23:00:00 UTC)"); in main() 146 21970-01-01 PREV == 21970-01-01 00:00:00 UTC or in main() 147 21970-01-01 NEXT == 21969-12-31 23:00:00 UTC)"); in main() [all …]
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | to_sys.pass.cpp | 96 1986-03-30 01:00:00 UTC)"; in test_nonexistent() 110 1986-03-30 01:00:00 UTC)"; in test_nonexistent() 124 1986-03-30 01:00:00 UTC)"; in test_nonexistent() 138 1986-03-30 01:00:00 UTC)"; in test_nonexistent() 178 1986-09-28 02:30:00.000000000 CEST == 1986-09-28 00:30:00.000000000 UTC or in test_ambiguous() 179 1986-09-28 02:30:00.000000000 CET == 1986-09-28 01:30:00.000000000 UTC)"; in test_ambiguous() 191 1986-09-28 02:30:00.000000 CEST == 1986-09-28 00:30:00.000000 UTC or in test_ambiguous() 192 1986-09-28 02:30:00.000000 CET == 1986-09-28 01:30:00.000000 UTC)"; in test_ambiguous() 204 1986-09-28 02:30:00.000 CEST == 1986-09-28 00:30:00.000 UTC or in test_ambiguous() 205 1986-09-28 02:30:00.000 CET == 1986-09-28 01:30:00.000 UTC)"; in test_ambiguous() [all...] |
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.nonexist/ |
H A D | ctor.pass.cpp | 65 1969-12-31 23:00:00 UTC)"); in main() 85 1969-12-31 23:00:00 UTC)"); in main() 105 1969-12-31 23:00:00 UTC)"); in main() 125 -21969-12-31 23:00:00 UTC)"); in main() 147 21969-12-31 23:00:00 UTC)"); in main() 167 1969-12-31 23:00:00 UTC)"); in main()
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.zonedtraits/ |
H A D | const_time_zone_default_zone.pass.cpp | 30 // The time zone "UTC" can be a link, this means tz->name() can be something in main() 31 // differently. For example, "Etc/UTC". Instead validate whether same time in main() 33 const std::chrono::time_zone* expected = std::chrono::locate_zone("UTC"); in main()
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | device-var-init.cu | 129 __device__ UTC d_utc; 131 __shared__ UTC s_utc; 133 __constant__ UTC c_utc; 136 __device__ UTC d_utc_i(3); 138 __shared__ UTC s_utc_i(3); 140 __constant__ UTC c_utc_i(3); 349 static __device__ UTC d_utc; in df_sema() 351 static __shared__ UTC s_utc; in df_sema() 353 static __constant__ UTC c_utc; in df_sema() 356 static __device__ UTC d_utc_i(3); in df_sema() [all …]
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | elf-preemption.ll | 86 ; UTC-ARGS: --disable 90 ; UTC-ARGS: --enable 122 ; UTC-ARGS: --disable 126 ; UTC-ARGS: --enable
|
/llvm-project/llvm/tools/llvm-ml/ |
H A D | Opts.td | 63 def utc : LLVMFlag<"utc">, 64 HelpText<"Render @Date and @Time built-ins in GMT/UTC">; 65 def gmtime : LLVMFlag<"gmtime">, Alias<utc>;
|
/llvm-project/libcxx/include/__chrono/ |
H A D | exception.h | 63 {} UTC)", in __create_message() 107 {0} {1} == {2} UTC or in __create_message() 108 {0} {3} == {4} UTC)", in __create_message()
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | device-var-init.cu | 184 // NVPTX: %[[utc:.*]] = alloca %struct.UTC in df() 208 // AMDGCN: %[[utc:.*]] ={{.*}} addrspacecast ptr addrspace(5) %utc to ptr in df() 254 UTC utc; in df() local 255 // DEVICE: call void @_ZN3UTCC1IJEEEDpT_(ptr {{[^,]*}} %[[utc]]) in df()
|
/llvm-project/clang/test/SemaCUDA/Inputs/ |
H A D | cuda-initializers.h | 89 struct UTC { struct 90 template <typename... T> __device__ UTC(T...);
|
/llvm-project/clang/test/CodeGenCUDA/Inputs/ |
H A D | cuda-initializers.h | 89 struct UTC { struct 90 template <typename... T> __device__ UTC(T...);
|
/llvm-project/llvm/utils/ |
H A D | update_any_test_checks.py | 27 Return the path to the given UTC tool in the search path, or None if not 77 "--utc-dir",
|
/llvm-project/llvm/utils/mlgo-utils/mlgo/ |
H A D | __init__.py | 11 + datetime.now(tz=timezone.utc).strftime("%Y%m%d%H%M")
|
/llvm-project/lldb/test/Shell/Minidump/Inputs/ |
H A D | linux-x86_64.yaml | 15 CSD Version: 'Linux 3.13.0-91-generic #138-Ubuntu SMP Fri Jun 24 17:00:34 UTC 2016 x86_64'
|
/llvm-project/bolt/utils/docker/ |
H A D | Dockerfile | 4 ENV TZ=UTC
|
/llvm-project/clang/tools/clang-format-vs/ |
H A D | CMakeLists.txt |
|
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | get_info.sys_time.rule_selection.pass.cpp | 157 [[maybe_unused]] const std::chrono::tzdb& tzdb_3 = parse("Z Etc/UTC 0 - UTC"); in main()
|
/llvm-project/clang/test/utils/update_cc_test_checks/ |
H A D | lit.local.cfg | 29 # Specify an explicit default version in UTC tests, so that the --version
|
/llvm-project/llvm/test/tools/UpdateTestChecks/ |
H A D | lit.local.cfg | 19 # Specify an explicit default version in UTC tests, so that the --version
|