Home
last modified time | relevance | path

Searched refs:mwdl (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/time/time.cal/time.cal.mwdlast/time.cal.mwdlast.members/
Dok.pass.cpp43 month_weekday_last mwdl{month{i}, lastTuesday}; in main() local
44 assert( mwdl.ok() == month{i}.ok()); in main()
49 month_weekday_last mwdl{January, weekday_last{weekday{i}}}; in main() local
50 assert( mwdl.ok() == weekday_last{weekday{i}}.ok()); in main()
/external/libcxx/include/
Dchrono608 operator/(const year& y, const month_weekday_last& mwdl) noexcept;
610 operator/(int y, const month_weekday_last& mwdl) noexcept;
612 operator/(const month_weekday_last& mwdl, const year& y) noexcept;
614 operator/(const month_weekday_last& mwdl, int y) noexcept;