Home
last modified time | relevance | path

Searched refs:test_is_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.cpp18 void test_is_nothrow_constructible() in test_is_nothrow_constructible() function
24 void test_is_nothrow_constructible() in test_is_nothrow_constructible() function
87 test_is_nothrow_constructible<int> (); in main()
88 test_is_nothrow_constructible<int, const int&> (); in main()
89 test_is_nothrow_constructible<Empty> (); in main()
90 test_is_nothrow_constructible<Empty, const Empty&> (); in main()
92 test_is_nothrow_constructible<Tuple &&, Empty> (); // See bug #19616. in main()