| /external/libcxx/test/support/ |
| D | variant_test_helpers.hpp | 45 struct MakeEmptyT { struct 47 MakeEmptyT() { ++alive; } in MakeEmptyT() function 48 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() function 53 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument 56 MakeEmptyT& operator=(MakeEmptyT const&) { in operator =() argument 59 MakeEmptyT& operator=(MakeEmptyT&&) { in operator =() argument 62 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.relops/ |
| D | relops.pass.cpp | 45 struct MakeEmptyT { struct 47 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function 48 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 50 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==() 54 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=() 58 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <() 62 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=() 66 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >() 70 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
|
| D | three_way.pass.cpp | 31 struct MakeEmptyT { struct 33 MakeEmptyT(MakeEmptyT&&) { throw 42; } in MakeEmptyT() function 34 MakeEmptyT& operator=(MakeEmptyT&&) { throw 42; } in operator =() argument 36 inline bool operator==(const MakeEmptyT&, const MakeEmptyT&) { in operator ==() 40 inline std::weak_ordering operator<=>(const MakeEmptyT&, const MakeEmptyT&) { in operator <=>()
|
| /external/libcxx/test/std/utilities/variant/variant.relops/ |
| D | relops.pass.cpp | 47 struct MakeEmptyT { struct 49 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function 50 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 52 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 >=()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ |
| D | variant_test_helpers.h | 55 struct MakeEmptyT { struct 57 MakeEmptyT() { ++alive; } in MakeEmptyT() function 58 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() function 63 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument 72 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.variant/variant.ctor/ |
| D | copy.pass.cpp | 76 struct MakeEmptyT { struct 78 MakeEmptyT() { ++alive; } in MakeEmptyT() argument 79 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() argument 84 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument 85 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument 86 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 87 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|
| D | move.pass.cpp | 78 struct MakeEmptyT { struct 80 MakeEmptyT() { ++alive; } in MakeEmptyT() argument 81 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function 86 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument 87 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument 88 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 89 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|
| /external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/ |
| D | copy.pass.cpp | 84 struct MakeEmptyT { struct 86 MakeEmptyT() { ++alive; } in MakeEmptyT() argument 87 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function 92 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function 93 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument 94 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 95 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|
| D | move.pass.cpp | 86 struct MakeEmptyT { struct 88 MakeEmptyT() { ++alive; } in MakeEmptyT() argument 89 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function 94 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function 95 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument 96 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 97 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.variant/variant.assign/ |
| D | copy.pass.cpp | 171 struct MakeEmptyT { struct 173 MakeEmptyT() { ++alive; } in MakeEmptyT() argument 174 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function 179 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument 180 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument 181 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 182 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|
| /external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
| D | copy.pass.cpp | 183 struct MakeEmptyT { struct 185 MakeEmptyT() { ++alive; } in MakeEmptyT() function 186 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function 191 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument 192 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument 193 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument 194 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
|