Home
last modified time | relevance | path

Searched refs:nonexistent_local_time (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dexception.h39 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() function
51 _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()
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dchrono_exception.cpp16 _LIBCPP_EXPORTED_FROM_ABI nonexistent_local_time::~nonexistent_local_time() = default; // key funct…
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.cppm
H A Dchrono.inc216 using std::chrono::nonexistent_local_time;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono728 class nonexistent_local_time; // C++20
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3384 SYMBOL(nonexistent_local_time, std::chrono::, <chrono>)