Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_destructible.pass.cpp54 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}}; in ~ProtectedDestructor() struct
107 test_is_not_nothrow_destructible<ProtectedDestructor>(); in main()
Dis_trivially_destructible.pass.cpp53 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}}; in ~ProtectedDestructor() argument
112 test_is_not_trivially_destructible<ProtectedDestructor>(); in main()
Dis_destructible.pass.cpp79 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}}; in ~ProtectedDestructor() struct
127 test_is_not_destructible<ProtectedDestructor>(); in main()