Home
last modified time | relevance | path

Searched refs:test_is_constructible (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_constructible.pass.cpp81 void test_is_constructible() in test_is_constructible() function
91 void test_is_constructible() in test_is_constructible() function
101 void test_is_constructible() in test_is_constructible() function
111 void test_is_constructible() in test_is_constructible() function
156 test_is_constructible<int> (); in main()
157 test_is_constructible<int, const int> (); in main()
158 test_is_constructible<A, int> (); in main()
159 test_is_constructible<A, int, double> (); in main()
160 test_is_constructible<A, int, long, double> (); in main()
161 test_is_constructible<int&, int&> (); in main()
[all …]