Home
last modified time | relevance | path

Searched refs:__locate_zone (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb.h48 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const time_zone* __locate_zone(string_view __name) const { in __locate_zone() function
61 if (const time_zone* __result = __locate_zone(__name)) in locate_zone()
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp723 if (const time_zone* __result = tzdb.__locate_zone(__tz)) in __current_zone_posix()
740 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix()