Home
last modified time | relevance | path

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

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