Searched refs:test_is_nothrow_destructible (Results 1 – 2 of 2) sorted by relevance
22 void test_is_nothrow_destructible() in test_is_nothrow_destructible() function88 test_is_nothrow_destructible<int&>(); in main()89 test_is_nothrow_destructible<int>(); in main()90 test_is_nothrow_destructible<double>(); in main()91 test_is_nothrow_destructible<int*>(); in main()92 test_is_nothrow_destructible<const int*>(); in main()93 test_is_nothrow_destructible<char[3]>(); in main()97 test_is_nothrow_destructible<PublicDestructor>(); in main()98 test_is_nothrow_destructible<VirtualPublicDestructor>(); in main()99 test_is_nothrow_destructible<PurePublicDestructor>(); in main()[all …]
23 void test_is_nothrow_destructible() in test_is_nothrow_destructible() function89 test_is_nothrow_destructible<int&>(); in main()90 test_is_nothrow_destructible<int>(); in main()91 test_is_nothrow_destructible<double>(); in main()92 test_is_nothrow_destructible<int*>(); in main()93 test_is_nothrow_destructible<const int*>(); in main()94 test_is_nothrow_destructible<char[3]>(); in main()98 test_is_nothrow_destructible<PublicDestructor>(); in main()99 test_is_nothrow_destructible<VirtualPublicDestructor>(); in main()100 test_is_nothrow_destructible<PurePublicDestructor>(); in main()[all …]