Searched refs:test_is_destructible (Results 1 – 1 of 1) sorted by relevance
17 void test_is_destructible() in test_is_destructible() function82 test_is_destructible<A>(); in main()83 test_is_destructible<int&>(); in main()84 test_is_destructible<Union>(); in main()85 test_is_destructible<Empty>(); in main()86 test_is_destructible<int>(); in main()87 test_is_destructible<double>(); in main()88 test_is_destructible<int*>(); in main()89 test_is_destructible<const int*>(); in main()90 test_is_destructible<char[3]>(); in main()[all …]