OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtectedDestructor
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
38
struct
ProtectedDestructor
{ protected: ~
ProtectedDestructor
() {}};
91
test_is_not_nothrow_destructible<
ProtectedDestructor
>();
is_trivially_destructible.pass.cpp
37
struct
ProtectedDestructor
{ protected: ~
ProtectedDestructor
() {}};
96
test_is_not_trivially_destructible<
ProtectedDestructor
>();
is_destructible.pass.cpp
62
struct
ProtectedDestructor
{ protected: ~
ProtectedDestructor
() {}};
110
test_is_not_destructible<
ProtectedDestructor
>();
Completed in 339 milliseconds