Searched refs:test_constexpr (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
H A Ddefault.pass.cpp24 test_constexpr() function
63 test_constexpr<optional<int>>();
64 test_constexpr<optional<int*>>();
H A Dnullopt_t.pass.cpp26 test_constexpr() function
64 test_constexpr<optional<int>>();
65 test_constexpr<optional<int*>>();
/external/libcxx/test/utilities/time/time.point/time.point.cast/
H A Dtime_point_cast.pass.cpp41 void test_constexpr () function
70 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::hours, 2> ();
71 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::minutes,121> ();
72 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::seconds,7265> ();
73 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::milliseconds,7265000> ();
74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> ();
75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
77 test_constexpr<std::chrono::duration<int, std::ratio<2, 3>>, 9, T1, 10> ();
/external/libcxx/test/numerics/complex.number/complex.ops/
H A Dcomplex_equals_complex.pass.cpp21 test_constexpr() function
51 test_constexpr<T> ();
59 // test_constexpr<int> ();
H A Dcomplex_not_equals_complex.pass.cpp21 test_constexpr() function
53 test_constexpr<T> ();
61 // test_constexpr<int> ();
H A Dcomplex_equals_scalar.pass.cpp21 test_constexpr() function
72 test_constexpr<T> ();
80 // test_constexpr<int> ();
H A Dcomplex_not_equals_scalar.pass.cpp21 test_constexpr() function
72 test_constexpr<T> ();
80 // test_constexpr<int> ();
H A Dscalar_equals_complex.pass.cpp21 test_constexpr() function
72 test_constexpr<T> ();
80 // test_constexpr<int>();
H A Dscalar_not_equals_complex.pass.cpp21 test_constexpr() function
72 test_constexpr<T> ();
80 // test_constexpr<int>();
/external/libcxx/test/numerics/complex.number/complex.members/
H A Dreal_imag.pass.cpp20 test_constexpr() function
55 test_constexpr<T> ();
63 test_constexpr<int> ();

Completed in 120 milliseconds