Searched defs:__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 47 if (__dval < 1 || __dval > 31) in ok() local
47 const chrono::year& __yval, const chrono::month& __mval, const chrono::day& __dval) noexcept in year_month_day()