Home
last modified time | relevance | path

Searched refs:sys_time (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__chrono/
H A Dsystem_clock.h44 using sys_time = time_point<system_clock, _Duration>; variable
45 using sys_seconds = sys_time<seconds>;
46 using sys_days = sys_time<days>;
H A Dfile_clock.h71 static chrono::sys_time<_Duration> to_sys(const chrono::file_time<_Duration>& __t) { in to_sys()
72 return chrono::sys_time<_Duration>(__t.time_since_epoch()); in to_sys()
77 static chrono::file_time<_Duration> from_sys(const chrono::sys_time<_Duration>& __t) { in from_sys()
/llvm-project-15.0.7/libcxx/test/std/time/time.clock/time.clock.system/
H A Dsys.time.types.pass.cpp38 using sys_minutes = std::chrono::sys_time<minutes>; in main()
43 ASSERT_SAME_TYPE(std::chrono::sys_time<seconds>, sys_seconds); in main()
44 ASSERT_SAME_TYPE(std::chrono::sys_time<days>, sys_days); in main()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DProcess.h87 std::chrono::nanoseconds &sys_time);
/llvm-project-15.0.7/libcxx/include/
H A Dchrono277 using sys_time = time_point<system_clock, Duration>; // C++20
278 using sys_seconds = sys_time<seconds>; // C++20
279 using sys_days = sys_time<days>; // C++20
293 static sys_time<see-below> to_sys(const file_time<Duration>&);
296 static file_time<see-below> from_sys(const sys_time<Duration>&);
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.formatter/format.formatter.spec/
H A Dformattable.compile.pass.cpp127 assert_is_not_formattable<std::chrono::sys_time<std::chrono::microseconds>, CharT>(); in test_P1361()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DFormatPaper.csv8 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Weve…
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProcess.inc124 std::chrono::nanoseconds &sys_time) {
126 std::tie(user_time, sys_time) = getRUsageTimes();
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProcess.inc85 std::chrono::nanoseconds &sys_time) {
94 sys_time = toDuration(KernelTime);
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dtypes.compile.pass.cpp169 assert_formatter_is_disabled<std::chrono::sys_time<std::chrono::microseconds>, CharT>(); in test_P1361()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1389 SYMBOL(sys_time, std::chrono::, <chrono>)