Searched refs:__dval (Results 1 – 2 of 2) sorted by relevance
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() 46 const unsigned __dval = static_cast<unsigned>(__d_); in ok() 47 if (__dval < 1 || __dval > 31) in ok() local 49 if (__dval <= 29) in ok() 56 return __dval == 30; in ok()
47 const chrono::year& __yval, const chrono::month& __mval, const chrono::day& __dval) noexcept in year_month_day() argument48 : __y_{__yval}, __m_{__mval}, __d_{__dval} {} in year_month_day()