Home
last modified time | relevance | path

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

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