Searched refs:test_is_not_nothrow_destructible (Results 1 – 1 of 1) sorted by relevance
28 void test_is_not_nothrow_destructible() in test_is_not_nothrow_destructible() function69 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()