Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp72 typedef chrono::duration<rep, micro> __microsecs; in now() typedef
75 return time_point(__secs(tv.tv_sec) + __microsecs(tv.tv_usec)); in now()