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.cpp121 void test_is_not_constructible() in test_is_not_constructible() function
131 void test_is_not_constructible() in test_is_not_constructible() function
163 test_is_not_constructible<A> (); in main()
165 test_is_not_constructible<A, char> (); in main()
169 test_is_not_constructible<A, void> (); in main()
170 test_is_not_constructible<int, void()>(); in main()
171 test_is_not_constructible<int, void(&)()>(); in main()
172 test_is_not_constructible<int, void() const>(); in main()
173 test_is_not_constructible<int&, void>(); in main()
174 test_is_not_constructible<int&, void()>(); in main()
[all …]