Searched refs:test_is_trivially_destructible (Results 1 – 2 of 2) sorted by relevance
23 void test_is_trivially_destructible() in test_is_trivially_destructible() function99 test_is_trivially_destructible<Abstract>(); in main()100 test_is_trivially_destructible<Union>(); in main()101 test_is_trivially_destructible<Empty>(); in main()102 test_is_trivially_destructible<int&>(); in main()103 test_is_trivially_destructible<int>(); in main()104 test_is_trivially_destructible<double>(); in main()105 test_is_trivially_destructible<int*>(); in main()106 test_is_trivially_destructible<const int*>(); in main()107 test_is_trivially_destructible<char[3]>(); in main()[all …]