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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp 54 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}};
107 test_is_not_nothrow_destructible<ProtectedDestructor>();
is_trivially_destructible.pass.cpp 53 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}};
112 test_is_not_trivially_destructible<ProtectedDestructor>();
is_destructible.pass.cpp 79 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}};
127 test_is_not_destructible<ProtectedDestructor>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp 49 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}};
102 test_is_not_nothrow_destructible<ProtectedDestructor>();
is_trivially_destructible.pass.cpp 48 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}};
107 test_is_not_trivially_destructible<ProtectedDestructor>();
is_destructible.pass.cpp 73 struct ProtectedDestructor { protected: ~ProtectedDestructor() {}};
121 test_is_not_destructible<ProtectedDestructor>();

Completed in 57 milliseconds