OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VirtualProtectedDestructor
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
42
struct
VirtualProtectedDestructor
{ protected: virtual ~
VirtualProtectedDestructor
() {}};
93
test_is_not_nothrow_destructible<
VirtualProtectedDestructor
>();
is_trivially_destructible.pass.cpp
41
struct
VirtualProtectedDestructor
{ protected: virtual ~
VirtualProtectedDestructor
() {}};
98
test_is_not_trivially_destructible<
VirtualProtectedDestructor
>();
is_destructible.pass.cpp
66
struct
VirtualProtectedDestructor
{ protected: virtual ~
VirtualProtectedDestructor
() {}};
112
test_is_not_destructible<
VirtualProtectedDestructor
>();
Completed in 121 milliseconds