Searched refs:__locd (Results 1 – 3 of 3) sorted by relevance
43 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr weekday(const local_days& __locd) noexcept in weekday() argument44 : __wd_(__weekday_from_days(__locd.time_since_epoch().count())) {} in weekday()
48 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr year_month_weekday(const local_days& __locd) noexcept in year_month_weekday() argument 49 : year_month_weekday(__from_days(__locd.time_since_epoch())) {} in year_month_weekday()
52 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr year_month_day(const local_days& __locd) noexcept in year_month_day() argument53 : year_month_day(__from_days(__locd.time_since_epoch())) {} in year_month_day()