Lines Matching refs:system_clock
37 #define system_clock system_clockXX macro
40 #undef system_clock
50 struct system_clock struct
60 typedef chrono::time_point<system_clock, duration> time_point; argument
62 static_assert(system_clock::duration::min()
63 < system_clock::duration::zero(),
72 constexpr bool system_clock::is_steady;
74 system_clock::time_point
75 system_clock::now() noexcept in now()
86 typedef chrono::time_point<system_clock, seconds> __from; in now()
87 return time_point_cast<system_clock::duration> in now()