Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_destructible.pass.cpp52 struct VirtualProtectedDestructor { protected: virtual ~VirtualProtectedDestructor() {}}; in ~VirtualProtectedDestructor() struct
108 test_is_not_nothrow_destructible<VirtualProtectedDestructor>(); in main()
H A Dis_trivially_destructible.pass.cpp51 struct VirtualProtectedDestructor { protected: virtual ~VirtualProtectedDestructor() {}}; in ~VirtualProtectedDestructor() struct
108 test_is_not_trivially_destructible<VirtualProtectedDestructor>(); in main()
H A Dis_destructible.pass.cpp77 struct VirtualProtectedDestructor { protected: virtual ~VirtualProtectedDestructor() {}}; in ~VirtualProtectedDestructor() struct
123 test_is_not_destructible<VirtualProtectedDestructor>(); in main()