Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Darchetypes.ipp34 #ifndef DEFINE_DTOR
35 #define DEFINE_DTOR(Name)
47 DEFINE_DTOR(AllCtors)
55 DEFINE_DTOR(NoCtors)
62 DEFINE_DTOR(NoDefault)
71 DEFINE_DTOR(DefaultOnly)
80 DEFINE_DTOR(Copyable)
91 DEFINE_DTOR(CopyOnly)
100 DEFINE_DTOR(NonCopyable)
109 DEFINE_DTOR(MoveOnly)
[all …]
Darchetypes.hpp239 #define DEFINE_DTOR(Name) ~Name() {} macro