Searched refs:nonexistent_local_time (Results 1 – 6 of 6) sorted by relevance
39 class nonexistent_local_time : public runtime_error {42 …_LIBCPP_HIDE_FROM_ABI nonexistent_local_time(const local_time<_Duration>& __time, const local_info… in nonexistent_local_time() function51 _LIBCPP_HIDE_FROM_ABI nonexistent_local_time(const nonexistent_local_time&) = default;52 _LIBCPP_HIDE_FROM_ABI nonexistent_local_time& operator=(const nonexistent_local_time&) = default;54 …_LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI ~nonexistent_local_time() override; // exporte…77 throw nonexistent_local_time(__time, __info); in __throw_nonexistent_local_time()
16 _LIBCPP_EXPORTED_FROM_ABI nonexistent_local_time::~nonexistent_local_time() = default; // key funct…
216 using std::chrono::nonexistent_local_time;
728 class nonexistent_local_time; // C++20
3384 SYMBOL(nonexistent_local_time, std::chrono::, <chrono>)