Home
last modified time | relevance | path

Searched refs:DEFINE_DTOR (Results 1 – 4 of 4) 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
/external/llvm-project/libcxx/test/support/
Darchetypes.ipp41 #ifndef DEFINE_DTOR
42 #define DEFINE_DTOR(Name)
54 DEFINE_DTOR(AllCtors)
62 DEFINE_DTOR(NoCtors)
69 DEFINE_DTOR(NoDefault)
78 DEFINE_DTOR(DefaultOnly)
87 DEFINE_DTOR(Copyable)
98 DEFINE_DTOR(CopyOnly)
107 DEFINE_DTOR(NonCopyable)
116 DEFINE_DTOR(MoveOnly)
[all …]
Darchetypes.h247 #define DEFINE_DTOR(Name) ~Name() {} macro