Home
last modified time | relevance | path

Searched refs:testConstexpr (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/
H A Diso_encoding.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
37 static_assert(testConstexpr<weekday>(), ""); in main()
H A Dc_encoding.pass.cpp23 constexpr bool testConstexpr() in testConstexpr() function
36 static_assert(testConstexpr<weekday>(), ""); in main()
H A Ddecrement.pass.cpp25 constexpr bool testConstexpr() in testConstexpr() function
43 static_assert(testConstexpr<weekday>(), ""); in main()
H A Dincrement.pass.cpp25 constexpr bool testConstexpr() in testConstexpr() function
43 static_assert(testConstexpr<weekday>(), ""); in main()
H A Dplus_minus_equal.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
47 static_assert(testConstexpr<weekday, days>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.members/
H A Dplus_minus.pass.cpp23 constexpr bool testConstexpr() in testConstexpr() function
41 static_assert(testConstexpr<year>(), ""); in main()
H A Dincrement.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
42 static_assert(testConstexpr<year>(), ""); in main()
H A Ddecrement.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
42 static_assert(testConstexpr<year>(), ""); in main()
H A Dplus_minus_equal.pass.cpp23 constexpr bool testConstexpr() in testConstexpr() function
46 static_assert(testConstexpr<year, years>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.members/
H A Ddecrement.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
43 static_assert(testConstexpr<month>(), ""); in main()
H A Dincrement.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
42 static_assert(testConstexpr<month>(), ""); in main()
H A Dplus_minus_equal.pass.cpp23 constexpr bool testConstexpr() in testConstexpr() function
45 static_assert(testConstexpr<month, months>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.day/time.cal.day.members/
H A Dincrement.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
42 static_assert(testConstexpr<day>(), ""); in main()
H A Ddecrement.pass.cpp24 constexpr bool testConstexpr() in testConstexpr() function
42 static_assert(testConstexpr<day>(), ""); in main()
H A Dplus_minus_equal.pass.cpp23 constexpr bool testConstexpr() in testConstexpr() function
46 static_assert(testConstexpr<day, days>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.day/time.cal.day.nonmembers/
H A Dminus.pass.cpp27 constexpr bool testConstexpr() in testConstexpr() function
47 static_assert(testConstexpr<day, days>(), ""); in main()
H A Dplus.pass.cpp27 constexpr bool testConstexpr() in testConstexpr() function
47 static_assert(testConstexpr<day, days>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/
H A Dminus.pass.cpp29 constexpr bool testConstexpr() in testConstexpr() function
55 static_assert(testConstexpr<month, months>(), ""); in main()
H A Dplus.pass.cpp35 constexpr bool testConstexpr() in testConstexpr() function
57 static_assert(testConstexpr<month, months>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/
H A Dminus.pass.cpp29 constexpr bool testConstexpr() in testConstexpr() function
49 static_assert(testConstexpr<year, years>(), ""); in main()
H A Dplus.pass.cpp27 constexpr bool testConstexpr() in testConstexpr() function
47 static_assert(testConstexpr<year, years>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/
H A Dplus.pass.cpp36 constexpr bool testConstexpr() in testConstexpr() function
58 static_assert(testConstexpr<weekday, days>(), ""); in main()
H A Dminus.pass.cpp30 constexpr bool testConstexpr() in testConstexpr() function
56 static_assert(testConstexpr<weekday, days>(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.ym/time.cal.ym.members/
H A Dplus_minus_equal_month.pass.cpp23 constexpr bool testConstexpr(D d1) in testConstexpr() function
48 static_assert(testConstexpr<year_month, months>(year_month{year{1234}, month{1}}), ""); in main()
H A Dplus_minus_equal_year.pass.cpp23 constexpr bool testConstexpr(D d1) in testConstexpr() function
49 static_assert(testConstexpr<year_month, years>(year_month{year{1}, month{1}}), ""); in main()

12