HomeSort by relevance Sort by last modified time
    Searched full:test_is_constructible (Results 1 - 2 of 2) sorted by null

  /external/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> ();
  /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> ();

Completed in 1490 milliseconds