/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ |
replace_if.pass.cpp | 26 TEST_CONSTEXPR bool equalToTwo(int v) { return v == 2; } 29 TEST_CONSTEXPR bool test_constexpr() { function 62 static_assert(test_constexpr());
|
replace.pass.cpp | 27 TEST_CONSTEXPR bool test_constexpr() { function 59 static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/ |
adjacent_find_pred.pass.cpp | 26 TEST_CONSTEXPR bool eq (int a, int b) { return a == b; } 28 TEST_CONSTEXPR bool test_constexpr() { function 56 static_assert(test_constexpr());
|
adjacent_find.pass.cpp | 24 TEST_CONSTEXPR bool test_constexpr() { function 49 static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
all_of.pass.cpp | 24 TEST_CONSTEXPR bool operator()(const int& i) const 31 TEST_CONSTEXPR bool test_constexpr() { function 60 static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ |
any_of.pass.cpp | 24 TEST_CONSTEXPR bool operator()(const int& i) const 31 TEST_CONSTEXPR bool test_constexpr() { function 68 static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ |
none_of.pass.cpp | 24 TEST_CONSTEXPR bool operator()(const int& i) const 31 TEST_CONSTEXPR bool test_constexpr() { function 68 static_assert(test_constexpr());
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/ |
op_divide=.pass.cpp | 22 constexpr bool test_constexpr() function 39 static_assert(test_constexpr(), "");
|
op_mod=rep.pass.cpp | 22 constexpr bool test_constexpr() function 39 static_assert(test_constexpr(), "");
|
op_times=.pass.cpp | 22 constexpr bool test_constexpr() function 39 static_assert(test_constexpr(), "");
|
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 43 void test_constexpr () function 72 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::hours, 2> (); 73 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::minutes,121> (); 74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::seconds,7265> (); 75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::milliseconds,7265000> (); 76 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> (); 77 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> (); 79 test_constexpr<std::chrono::duration<int, std::ratio<2, 3>>, 9, T1, 10> ();
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.arithmetic/ |
op_divide=.pass.cpp | 22 constexpr bool test_constexpr() function 39 static_assert(test_constexpr(), "");
|
op_mod=rep.pass.cpp | 22 constexpr bool test_constexpr() function 39 static_assert(test_constexpr(), "");
|
op_times=.pass.cpp | 22 constexpr bool test_constexpr() function 39 static_assert(test_constexpr(), "");
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 43 void test_constexpr () function 72 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::hours, 2> (); 73 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::minutes,121> (); 74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::seconds,7265> (); 75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::milliseconds,7265000> (); 76 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> (); 77 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> (); 79 test_constexpr<std::chrono::duration<int, std::ratio<2, 3>>, 9, T1, 10> ();
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
copy_backward.pass.cpp | 25 // TEST_CONSTEXPR bool test_constexpr() { 68 // static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
fill.pass.cpp | 24 TEST_CONSTEXPR bool test_constexpr() { function 73 static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ |
count.pass.cpp | 24 TEST_CONSTEXPR bool test_constexpr() { function 45 static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ |
find.pass.cpp | 24 TEST_CONSTEXPR bool test_constexpr() { function 44 static_assert(test_constexpr());
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ |
test.pass.cpp | 24 TEST_CONSTEXPR bool test_constexpr() { function 53 static_assert(test_constexpr());
|
/external/libcxx/test/std/numerics/complex.number/complex.members/ |
real_imag.pass.cpp | 22 test_constexpr() function 57 test_constexpr<T> (); 65 test_constexpr<int> ();
|
/external/libcxx/test/std/numerics/complex.number/complex.ops/ |
complex_equals_scalar.pass.cpp | 23 test_constexpr() function 74 test_constexpr<T> (); 82 // test_constexpr<int> ();
|
complex_not_equals_scalar.pass.cpp | 23 test_constexpr() function 74 test_constexpr<T> (); 82 // test_constexpr<int> ();
|
scalar_equals_complex.pass.cpp | 23 test_constexpr() function 74 test_constexpr<T> (); 82 // test_constexpr<int>();
|
scalar_not_equals_complex.pass.cpp | 23 test_constexpr() function 74 test_constexpr<T> (); 82 // test_constexpr<int>();
|