Home
last modified time | relevance | path

Searched refs:current_zone (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb_list.h91 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const time_zone* current_zone(… in current_zone() function
92 return get_tzdb().current_zone(); in current_zone()
H A Dtzdb.h69 …[[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI const time_zone* current_zone() cons… in current_zone() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.cppm
H A Dchrono.inc206 using std::chrono::current_zone;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dchrono694 const time_zone* current_zone() const;
721 const time_zone* current_zone() // C++20
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono789 const time_zone* current_zone() const;
816 const time_zone* current_zone() // C++20
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3423 SYMBOL(current_zone, std::chrono::, <chrono>)