Searched refs:__mval (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | monthday.h | 36 _LIBCPP_HIDE_FROM_ABI constexpr month_day(const chrono::month& __mval, const chrono::day& __dval) noexcept in month_day() argument 37 : __m_{__mval}, __d_{__dval} {} in month_day() 52 const unsigned __mval = static_cast<unsigned>(__m_); in ok() 53 if (__mval == 2) in ok() 55 if (__mval == 4 || __mval == 6 || __mval == 9 || __mval == 11) in ok() 51 const unsigned __mval = static_cast<unsigned>(__m_); ok() local
|
H A D | month_weekday.h | 33 _LIBCPP_HIDE_FROM_ABI constexpr month_weekday(const chrono::month& __mval, in month_weekday() argument 35 : __m_{__mval}, __wdi_{__wdival} {} in month() 69 _LIBCPP_HIDE_FROM_ABI constexpr month_weekday_last(const chrono::month& __mval, in ok() 71 : __m_{__mval}, __wdl_{__wdlval} {} 65 month_weekday_last(const chrono::month & __mval,const chrono::weekday_last & __wdlval) month_weekday_last() argument
|
H A D | year_month_weekday.h | 44 const chrono::year& __yval, const chrono::month& __mval, const chrono::weekday_indexed& __wdival) noexcept in year_month_weekday() 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) noexcept 176 : __y_{__yval}, __m_{__mval}, __wdl_{__wdlval} {} 43 year_month_weekday(const chrono::year & __yval,const chrono::month & __mval,const chrono::weekday_indexed & __wdival) year_month_weekday() argument 158 year_month_weekday_last(const chrono::year & __yval,const chrono::month & __mval,const chrono::weekday_last & __wdlval) year_month_weekday_last() argument
|
H A D | year_month.h | 35 _LIBCPP_HIDE_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 D | year_month_day.h | 47 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()
|