Home
last modified time | relevance | path

Searched refs:PurePrivateDestructor (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.cpp62 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; }; struct
111 test_is_not_nothrow_destructible<PurePrivateDestructor>(); in main()
Dis_trivially_destructible.pass.cpp62 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; }; struct
117 test_is_not_trivially_destructible<PurePrivateDestructor>(); in main()
Dis_destructible.pass.cpp87 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; }; struct
131 test_is_not_destructible<PurePrivateDestructor>(); in main()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_destructible.pass.cpp63 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; }; struct
112 test_is_not_nothrow_destructible<PurePrivateDestructor>(); in main()
Dis_trivially_destructible.pass.cpp62 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; }; struct
117 test_is_not_trivially_destructible<PurePrivateDestructor>(); in main()
Dis_destructible.pass.cpp88 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; }; struct
132 test_is_not_destructible<PurePrivateDestructor>(); in main()