/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
is_constructible.pass.cpp | 38 void test_is_constructible() function 44 void test_is_constructible() function 50 void test_is_constructible() function 69 test_is_constructible<int> (); 70 test_is_constructible<int, const int> (); 71 test_is_constructible<A, int> (); 72 test_is_constructible<A, int, double> (); 73 test_is_constructible<int&, int&> (); 79 test_is_constructible<A, char> ();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
is_constructible.pass.cpp | 28 void test_is_constructible() function 34 void test_is_constructible() function 40 void test_is_constructible() function 59 test_is_constructible<int> (); 60 test_is_constructible<int, const int> (); 61 test_is_constructible<A, int> (); 62 test_is_constructible<A, int, double> (); 63 test_is_constructible<int&, int&> (); 69 test_is_constructible<A, char> ();
|