Home
last modified time | relevance | path

Searched defs:ToTimePoint (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/time/time.point/time.point.cast/
H A Dceil.pass.cpp30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
H A Dround.pass.cpp30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
H A Dfloor.pass.cpp30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
H A Dtime_point_cast.pass.cpp30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
47 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
H A Dtoduration.compile.fail.cpp25 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef