Searched refs:__ymdl (Results 1 – 2 of 2) sorted by relevance
49 … _LIBCPP_HIDE_FROM_ABI constexpr year_month_day(const year_month_day_last& __ymdl) noexcept;291 year_month_day::year_month_day(const year_month_day_last& __ymdl) noexcept in year_month_day() argument292 : __y_{__ymdl.year()}, __m_{__ymdl.month()}, __d_{__ymdl.day()} {} in year_month_day()
205 operator<<(basic_ostream<_CharT, _Traits>& __os, const year_month_day_last& __ymdl) {207 …__os.getloc(), _LIBCPP_STATICALLY_WIDEN(_CharT, "{}/{:L}"), __ymdl.year(), __ymdl.month_day_last()…