Searched defs:MakeEmptyT (Results 1 – 5 of 5) sorted by relevance
45 struct MakeEmptyT { struct47 MakeEmptyT() { ++alive; } in MakeEmptyT() function48 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() function53 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument56 MakeEmptyT& operator=(MakeEmptyT const&) { in operator =() argument59 MakeEmptyT& operator=(MakeEmptyT&&) { in operator =() argument62 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
47 struct MakeEmptyT { struct49 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument50 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument52 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()56 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()60 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()64 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()68 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()72 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
84 struct MakeEmptyT { struct86 MakeEmptyT() { ++alive; } in MakeEmptyT() argument87 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function92 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function93 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument94 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument95 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
86 struct MakeEmptyT { struct88 MakeEmptyT() { ++alive; } in MakeEmptyT() function89 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() argument94 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument95 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument96 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument97 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
183 struct MakeEmptyT { struct185 MakeEmptyT() { ++alive; } in MakeEmptyT() argument186 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function191 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument192 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument193 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument194 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument