Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dfile_clock.h25 struct _FilesystemClock;
36 using file_clock = filesystem::_FilesystemClock;
49 struct _FilesystemClock { struct
59 typedef chrono::time_point<_FilesystemClock> time_point; argument
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp38 const bool _FilesystemClock::is_steady;
40 _FilesystemClock::time_point _FilesystemClock::now() noexcept { in now()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfile_time_type.h25 typedef chrono::time_point<_FilesystemClock> file_time_type;