Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dyear_month_weekday.h46 _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday(const sys_days& __sysd) noexcept in year_month_weekday() argument
47 : year_month_weekday(__from_days(__sysd.time_since_epoch())) {} in year_month_weekday()
80 const sys_days __sysd{__d}; in __from_days()
81 const chrono::weekday __wd = chrono::weekday(__sysd); in __from_days()
82 const year_month_day __ymd = year_month_day(__sysd); in __from_days()
87 const sys_days __sysd = sys_days(__y_ / __m_ / 1); in __from_days()
88 return (__sysd + (__wdi_.weekday() - chrono::weekday(__sysd) + days{(__wdi_.index() - 1) * 7})).time_since_epoch();
92 const sys_days __sysd = sys_days(__y_/__m_/1); __to_days() local
H A Dweekday.h41 _LIBCPP_HIDE_FROM_ABI inline constexpr weekday(const sys_days& __sysd) noexcept in weekday() argument
42 : __wd_(__weekday_from_days(__sysd.time_since_epoch().count())) {} in weekday()
H A Dyear_month_day.h50 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_day(const sys_days& __sysd) noexcept in year_month_day() argument
51 : year_month_day(__from_days(__sysd.time_since_epoch())) {} in year_month_day()