Searched refs:local_t (Results 1 – 6 of 6) sorted by relevance
27 struct local_t {}; struct29 using local_time = time_point<local_t, _Duration>;
111 else if constexpr (same_as<typename _ChronoT::clock, chrono::local_t>) in __convert_to_tm()
126 using std::chrono::local_t;
343 struct local_t {};345 using local_time = time_point<local_t, Duration>;
1278 unsigned long local_t;1279 unsigned long res = REAL(time)(&local_t);1282 *t = local_t;
3369 SYMBOL(local_t, std::chrono::, <chrono>)