Home
last modified time | relevance | path

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

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