Home
last modified time | relevance | path

Searched refs:wdl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/
Doperator[].pass.cpp44 weekday_last wdl = wd[std::chrono::last]; in main() local
45 assert(wdl.weekday() == wd); in main()
46 assert(wdl.ok()); in main()
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/
Doperator[].pass.cpp45 weekday_last wdl = wd[std::chrono::last]; in main() local
46 assert(wdl.weekday() == wd); in main()
47 assert(wdl.ok()); in main()
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.wdlast/time.cal.wdlast.members/
Dctor.pass.cpp43 weekday_last wdl{weekday{i}}; in main() local
44 assert(wdl.weekday() == weekday{i}); in main()
/external/libcxx/test/std/utilities/time/time.cal/time.cal.wdlast/time.cal.wdlast.members/
Dctor.pass.cpp44 weekday_last wdl{weekday{i}}; in main() local
45 assert(wdl.weekday() == weekday{i}); in main()
/external/libcxx/include/
Dchrono566 operator/(const month& m, const weekday_last& wdl) noexcept;
568 operator/(int m, const weekday_last& wdl) noexcept;
570 operator/(const weekday_last& wdl, const month& m) noexcept;
572 operator/(const weekday_last& wdl, int m) noexcept;
606 operator/(const year_month& ym, const weekday_last& wdl) noexcept;
/external/llvm-project/libcxx/include/
Dchrono565 operator/(const month& m, const weekday_last& wdl) noexcept;
567 operator/(int m, const weekday_last& wdl) noexcept;
569 operator/(const weekday_last& wdl, const month& m) noexcept;
571 operator/(const weekday_last& wdl, int m) noexcept;
605 operator/(const year_month& ym, const weekday_last& wdl) noexcept;