Searched refs:sys_time (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__chrono/ |
| H A D | system_clock.h | 44 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 D | file_clock.h | 71 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 D | sys.time.types.pass.cpp | 38 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 D | Process.h | 87 std::chrono::nanoseconds &sys_time);
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | chrono | 277 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 D | formattable.compile.pass.cpp | 127 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 D | FormatPaper.csv | 8 `[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 D | Process.inc | 124 std::chrono::nanoseconds &sys_time) { 126 std::tie(user_time, sys_time) = getRUsageTimes();
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Process.inc | 85 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 D | types.compile.pass.cpp | 169 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 D | StdSymbolMap.inc | 1389 SYMBOL(sys_time, std::chrono::, <chrono>)
|