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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp 63 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
112 test_is_not_nothrow_destructible<PurePrivateDestructor>();
is_trivially_destructible.pass.cpp 62 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
117 test_is_not_trivially_destructible<PurePrivateDestructor>();
is_destructible.pass.cpp 88 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
132 test_is_not_destructible<PurePrivateDestructor>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp 58 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
107 test_is_not_nothrow_destructible<PurePrivateDestructor>();
is_trivially_destructible.pass.cpp 57 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
112 test_is_not_trivially_destructible<PurePrivateDestructor>();
is_destructible.pass.cpp 82 struct PurePrivateDestructor { private: virtual ~PurePrivateDestructor() = 0; };
126 test_is_not_destructible<PurePrivateDestructor>();

Completed in 538 milliseconds