Home
last modified time | relevance | path

Searched refs:DEFINE_DTOR (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Darchetypes.ipp27 #ifndef DEFINE_DTOR
28 #define DEFINE_DTOR(Name)
40 DEFINE_DTOR(AllCtors)
48 DEFINE_DTOR(NoCtors)
55 DEFINE_DTOR(NoDefault)
64 DEFINE_DTOR(DefaultOnly)
73 DEFINE_DTOR(Copyable)
84 DEFINE_DTOR(CopyOnly)
93 DEFINE_DTOR(NonCopyable)
102 DEFINE_DTOR(MoveOnly)
[all …]
Darchetypes.hpp231 #define DEFINE_DTOR(Name) ~Name() {} macro