Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_constructible.pass.cpp113 void test_is_not_constructible() in test_is_not_constructible() function
122 void test_is_not_constructible() in test_is_not_constructible() function
142 test_is_not_constructible<A> (); in main()
144 test_is_not_constructible<A, char> (); in main()
148 test_is_not_constructible<A, void> (); in main()
149 test_is_not_constructible<int, void()>(); in main()
150 test_is_not_constructible<int, void(&)()>(); in main()
151 test_is_not_constructible<int, void() const>(); in main()
152 test_is_not_constructible<int&, void>(); in main()
153 test_is_not_constructible<int&, void()>(); in main()
[all …]
/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 …]