Home
last modified time | relevance | path

Searched refs:test_is_trivially_destructible (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_trivially_destructible.pass.cpp23 void test_is_trivially_destructible() in test_is_trivially_destructible() function
99 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 …]