OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PureProtectedDestructor
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
62
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
111
test_is_not_nothrow_destructible<
PureProtectedDestructor
>();
is_trivially_destructible.pass.cpp
61
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
116
test_is_not_trivially_destructible<
PureProtectedDestructor
>();
is_destructible.pass.cpp
87
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
131
test_is_not_destructible<
PureProtectedDestructor
>();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
57
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
106
test_is_not_nothrow_destructible<
PureProtectedDestructor
>();
is_trivially_destructible.pass.cpp
56
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
111
test_is_not_trivially_destructible<
PureProtectedDestructor
>();
is_destructible.pass.cpp
81
struct
PureProtectedDestructor
{ protected: virtual ~
PureProtectedDestructor
() = 0; };
125
test_is_not_destructible<
PureProtectedDestructor
>();
Completed in 58 milliseconds