Home
last modified time | relevance | path

Searched defs:TimePoint (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/llvm-project-15.0.7/libcxxabi/test/support/
H A Dtimer.h21 typedef Clock::time_point TimePoint; typedef
/llvm-project-15.0.7/libcxx/test/std/time/time.point/time.point.nonmember/
H A Dop_-duration.pass.cpp26 typedef std::chrono::time_point<std::chrono::system_clock> TimePoint; in test2739() typedef