Home
last modified time | relevance | path

Searched defs:wdi (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/time/time.cal/time.cal.wdidx/time.cal.wdidx.nonmembers/
H A Dostream.pass.cpp37 static std::basic_string<CharT> stream_c_locale(std::chrono::weekday_indexed wdi) { in stream_c_locale()
44 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::weekday_indexed wdi) { in stream_fr_FR_locale()
53 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::weekday_indexed wdi) { in stream_ja_JP_locale()
/llvm-project/libcxx/test/std/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/
H A Dok.pass.cpp36 weekday_indexed wdi(std::chrono::Tuesday, i); main() local
42 weekday_indexed wdi(std::chrono::Tuesday, i); main() local
H A Dctor.pass.cpp49 weekday_indexed wdi(std::chrono::Tuesday, i); in main() local
57 weekday_indexed wdi(std::chrono::Tuesday, i); in main() local
H A Dindex.pass.cpp35 weekday_indexed wdi(weekday{2}, i); main() local
H A Dweekday.pass.cpp35 weekday_indexed wdi(weekday{i}, 2); main() local
/llvm-project/libcxx/test/std/time/time.cal/time.cal.operators/
H A Dmonth_weekday.pass.cpp60 constexpr month_weekday wdi = February/Tuesday[3]; in main() local
90 constexpr month_weekday wdi = 2/Tuesday[3]; in main() local
H A Dmonth_weekday_last.pass.cpp55 constexpr month_weekday_last wdi = February/Tuesday[last]; in main() local
84 constexpr month_weekday wdi = 2/Tuesday[3]; in main() local
/llvm-project/libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/
H A Doperator[].pass.cpp