Searched refs:test_is_destructible (Results 1 – 2 of 2) sorted by relevance
24 void test_is_destructible() in test_is_destructible() function103 test_is_destructible<A>(); in main()104 test_is_destructible<int&>(); in main()105 test_is_destructible<Union>(); in main()106 test_is_destructible<Empty>(); in main()107 test_is_destructible<int>(); in main()108 test_is_destructible<double>(); in main()109 test_is_destructible<int*>(); in main()110 test_is_destructible<const int*>(); in main()111 test_is_destructible<char[3]>(); in main()[all …]
23 void test_is_destructible() in test_is_destructible() function102 test_is_destructible<A>(); in main()103 test_is_destructible<int&>(); in main()104 test_is_destructible<Union>(); in main()105 test_is_destructible<Empty>(); in main()106 test_is_destructible<int>(); in main()107 test_is_destructible<double>(); in main()108 test_is_destructible<int*>(); in main()109 test_is_destructible<const int*>(); in main()110 test_is_destructible<char[3]>(); in main()[all …]