Lines Matching refs:system_clock
33 #define system_clock system_clockXX macro
36 #undef system_clock
46 struct system_clock struct
56 typedef chrono::time_point<system_clock, duration> time_point; argument
58 static_assert(system_clock::duration::min()
59 < system_clock::duration::zero(),
68 constexpr bool system_clock::is_steady;
70 system_clock::time_point
71 system_clock::now() noexcept in now()
82 typedef chrono::time_point<system_clock, seconds> __from; in now()
83 return time_point_cast<system_clock::duration> in now()