Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_destructible.pass.cpp53 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}}; in ~ProtectedDestructor() argument
106 test_is_not_nothrow_destructible<ProtectedDestructor>(); in main()
Dis_trivially_destructible.pass.cpp53 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}}; in ~ProtectedDestructor() struct
112 test_is_not_trivially_destructible<ProtectedDestructor>(); in main()
Dis_destructible.pass.cpp78 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}}; in ~ProtectedDestructor() argument
126 test_is_not_destructible<ProtectedDestructor>(); in main()
/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() struct
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()