Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_constructible.pass.cpp110 void test_is_not_constructible() in test_is_not_constructible() function
120 void test_is_not_constructible() in test_is_not_constructible() function
151 test_is_not_constructible<A> (); in main()
153 test_is_not_constructible<A, char> (); in main()
157 test_is_not_constructible<A, void> (); in main()
158 test_is_not_constructible<int, void()>(); in main()
159 test_is_not_constructible<int, void(&)()>(); in main()
160 test_is_not_constructible<int, void() const>(); in main()
161 test_is_not_constructible<int&, void>(); in main()
162 test_is_not_constructible<int&, void()>(); in main()
[all …]