Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_destructible.pass.cpp28 void test_is_not_nothrow_destructible() in test_is_not_nothrow_destructible() function
69 test_is_not_nothrow_destructible<void>(); in main()
70 test_is_not_nothrow_destructible<char[]>(); in main()
71 test_is_not_nothrow_destructible<char[][3]>(); in main()
91 test_is_not_nothrow_destructible<ProtectedDestructor>(); in main()
92 test_is_not_nothrow_destructible<PrivateDestructor>(); in main()
93 test_is_not_nothrow_destructible<VirtualProtectedDestructor>(); in main()
94 test_is_not_nothrow_destructible<VirtualPrivateDestructor>(); in main()
95 test_is_not_nothrow_destructible<PureProtectedDestructor>(); in main()
96 test_is_not_nothrow_destructible<PurePrivateDestructor>(); in main()