Home
last modified time | relevance | path

Searched refs:to_sys (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/time/time.clock/time.clock.file/
H A Dto_from_sys.pass.cpp32 auto st = std::chrono::file_clock::to_sys(ft); in main()
40 assert(st == std::chrono::file_clock::to_sys(ft)); in main()
48 auto diff = sys_now - std::chrono::file_clock::to_sys(file_now); in main()
61 auto sys_diff = std::chrono::file_clock::to_sys(ft) - st; in main()
/llvm-project-15.0.7/libcxx/include/__chrono/
H A Dfile_clock.h71 static chrono::sys_time<_Duration> to_sys(const chrono::file_time<_Duration>& __t) { in to_sys() function
/llvm-project-15.0.7/libcxx/include/
H A Dchrono293 static sys_time<see-below> to_sys(const file_time<Duration>&);