Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_constructible.pass.cpp30 void test_is_not_nothrow_constructible() in test_is_not_nothrow_constructible() function
36 void test_is_not_nothrow_constructible() in test_is_not_nothrow_constructible() function
42 void test_is_not_nothrow_constructible() in test_is_not_nothrow_constructible() function
95 test_is_not_nothrow_constructible<A, int> (); in main()
96 test_is_not_nothrow_constructible<A, int, double> (); in main()
97 test_is_not_nothrow_constructible<A> (); in main()
98 test_is_not_nothrow_constructible<C> (); in main()
101 test_is_not_nothrow_constructible<Tuple &, Empty> (); // See bug #19616. in main()