Home
last modified time | relevance | path

Searched refs:current_zone (Results 1 – 6 of 6) 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.h67 …[[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.inc202 using std::chrono::current_zone;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono694 const time_zone* current_zone() const;
721 const time_zone* current_zone() // C++20
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3344 SYMBOL(current_zone, std::chrono::, <chrono>)