Home
last modified time | relevance | path

Searched refs:test_is_not_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.cpp38 void test_is_not_nothrow_destructible() in test_is_not_nothrow_destructible() function
85 test_is_not_nothrow_destructible<void>(); in main()
86 test_is_not_nothrow_destructible<char[]>(); in main()
87 test_is_not_nothrow_destructible<char[][3]>(); in main()
107 test_is_not_nothrow_destructible<ProtectedDestructor>(); in main()
108 test_is_not_nothrow_destructible<PrivateDestructor>(); in main()
109 test_is_not_nothrow_destructible<VirtualProtectedDestructor>(); in main()
110 test_is_not_nothrow_destructible<VirtualPrivateDestructor>(); in main()
111 test_is_not_nothrow_destructible<PureProtectedDestructor>(); in main()
112 test_is_not_nothrow_destructible<PurePrivateDestructor>(); in main()