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