Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
82 const sys_days __sysd{__d}; in __from_days()
83 const chrono::weekday __wd = chrono::weekday(__sysd); in __from_days()
84 const year_month_day __ymd = year_month_day(__sysd); in __from_days()
92 const sys_days __sysd = sys_days(__y/__m/1); in __to_days() local
93 return (__sysd + (__wdi.weekday() - chrono::weekday(__sysd) + days{(__wdi.index()-1)*7})) in __to_days()
H A Dweekday.h40 _LIBCPP_HIDE_FROM_ABI inline constexpr weekday(const sys_days& __sysd) noexcept in weekday() argument
41 : __wd(__weekday_from_days(__sysd.time_since_epoch().count())) {} in weekday()
H A Dyear_month_day.h49 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_day(const sys_days& __sysd) noexcept in year_month_day() argument
50 : year_month_day(__from_days(__sysd.time_since_epoch())) {} in year_month_day()