Searched refs:test_is_not_nothrow_destructible (Results 1 – 2 of 2) sorted by relevance
37 void test_is_not_nothrow_destructible() in test_is_not_nothrow_destructible() function84 test_is_not_nothrow_destructible<void>(); in main()85 test_is_not_nothrow_destructible<char[]>(); in main()86 test_is_not_nothrow_destructible<char[][3]>(); in main()106 test_is_not_nothrow_destructible<ProtectedDestructor>(); in main()107 test_is_not_nothrow_destructible<PrivateDestructor>(); in main()108 test_is_not_nothrow_destructible<VirtualProtectedDestructor>(); in main()109 test_is_not_nothrow_destructible<VirtualPrivateDestructor>(); in main()110 test_is_not_nothrow_destructible<PureProtectedDestructor>(); in main()111 test_is_not_nothrow_destructible<PurePrivateDestructor>(); in main()
38 void test_is_not_nothrow_destructible() in test_is_not_nothrow_destructible() function85 test_is_not_nothrow_destructible<void>(); in main()86 test_is_not_nothrow_destructible<char[]>(); in main()87 test_is_not_nothrow_destructible<char[][3]>(); in main()107 test_is_not_nothrow_destructible<ProtectedDestructor>(); in main()108 test_is_not_nothrow_destructible<PrivateDestructor>(); in main()109 test_is_not_nothrow_destructible<VirtualProtectedDestructor>(); in main()110 test_is_not_nothrow_destructible<VirtualPrivateDestructor>(); in main()111 test_is_not_nothrow_destructible<PureProtectedDestructor>(); in main()112 test_is_not_nothrow_destructible<PurePrivateDestructor>(); in main()