HomeSort by relevance Sort by last modified time
    Searched refs:PurePrivateDestructor (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp 47 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
96 test_is_not_nothrow_destructible<PurePrivateDestructor>();
is_trivially_destructible.pass.cpp 46 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
101 test_is_not_trivially_destructible<PurePrivateDestructor>();
is_destructible.pass.cpp 71 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
115 test_is_not_destructible<PurePrivateDestructor>();

Completed in 3386 milliseconds