OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PureProtectedDestructor
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
46
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
95
test_is_not_nothrow_destructible<
PureProtectedDestructor
>();
is_trivially_destructible.pass.cpp
45
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
100
test_is_not_trivially_destructible<
PureProtectedDestructor
>();
is_destructible.pass.cpp
70
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
114
test_is_not_destructible<
PureProtectedDestructor
>();
Completed in 546 milliseconds