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.cpp80 void test_is_constructible() in test_is_constructible() function
90 void test_is_constructible() in test_is_constructible() function
100 void test_is_constructible() in test_is_constructible() function
145 test_is_constructible<int> (); in main()
146 test_is_constructible<int, const int> (); in main()
147 test_is_constructible<A, int> (); in main()
148 test_is_constructible<A, int, double> (); in main()
149 test_is_constructible<int&, int&> (); in main()
155 test_is_constructible<A, char> (); in main()
173 test_is_constructible<int, S>(); in main()
[all …]