Home
last modified time | relevance | path

Searched refs:__locd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dweekday.h43 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr weekday(const local_days& __locd) noexcept in weekday() argument
44 : __wd_(__weekday_from_days(__locd.time_since_epoch().count())) {} in weekday()
H A Dyear_month_weekday.h48 _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()
H A Dyear_month_day.h52 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr year_month_day(const local_days& __locd) noexcept in year_month_day() argument
53 : year_month_day(__from_days(__locd.time_since_epoch())) {} in year_month_day()