Home
last modified time | relevance | path

Searched refs:__mval (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dmonthday.h36 …_LIBCPP_HIDE_FROM_ABI constexpr month_day(const chrono::month& __mval, const chrono::day& __dval) … in month_day() argument
37 : __m_{__mval}, __d_{__dval} {} in month_day()
52 const unsigned __mval = static_cast<unsigned>(__m_); in ok() local
53 if (__mval == 2) in ok()
55 if (__mval == 4 || __mval == 6 || __mval == 9 || __mval == 11) in ok()
H A Dmonth_weekday.h33 _LIBCPP_HIDE_FROM_ABI constexpr month_weekday(const chrono::month& __mval, in month_weekday() argument
35 : __m_{__mval}, __wdi_{__wdival} {} in month_weekday()
69 _LIBCPP_HIDE_FROM_ABI constexpr month_weekday_last(const chrono::month& __mval, in month_weekday_last() argument
71 : __m_{__mval}, __wdl_{__wdlval} {} in month_weekday_last()
H A Dyear_month_weekday.h44 …const chrono::year& __yval, const chrono::month& __mval, const chrono::weekday_indexed& __wdival) … in year_month_weekday() argument
45 : __y_{__yval}, __m_{__mval}, __wdi_{__wdival} {} in year_month_weekday()
175 …const chrono::year& __yval, const chrono::month& __mval, const chrono::weekday_last& __wdlval) noe… in year_month_weekday_last() argument
176 : __y_{__yval}, __m_{__mval}, __wdl_{__wdlval} {} in year_month_weekday_last()
H A Dyear_month.h35 …IDE_FROM_ABI constexpr year_month(const chrono::year& __yval, const chrono::month& __mval) noexcept in year_month() argument
36 : __y_{__yval}, __m_{__mval} {} in year_month()
H A Dyear_month_day.h47 const chrono::year& __yval, const chrono::month& __mval, const chrono::day& __dval) noexcept in year_month_day() argument
48 : __y_{__yval}, __m_{__mval}, __d_{__dval} {} in year_month_day()