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/ |
D | operator[].pass.cpp | 44 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/ |
D | operator[].pass.cpp | 45 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/ |
D | ctor.pass.cpp | 43 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/ |
D | ctor.pass.cpp | 44 weekday_last wdl{weekday{i}}; in main() local 45 assert(wdl.weekday() == weekday{i}); in main()
|
/external/libcxx/include/ |
D | chrono | 566 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/ |
D | chrono | 565 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;
|