Home
last modified time | relevance | path

Searched defs:MakeEmptyT (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dvariant_test_helpers.h53 struct MakeEmptyT { struct
55 MakeEmptyT() { ++alive; } in MakeEmptyT() function
56 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() argument
61 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument
70 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dvariant_test_helpers.h53 struct MakeEmptyT { struct
55 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
56 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() function
61 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() function
70 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dvariant_test_helpers.h53 struct MakeEmptyT { struct
55 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
56 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() function
61 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument
70 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dvariant_test_helpers.h53 struct MakeEmptyT { struct
55 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
56 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() argument
61 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() function
70 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dvariant_test_helpers.h53 struct MakeEmptyT { struct
55 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
56 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() argument
61 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument
70 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp52 struct MakeEmptyT { struct
54 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument
55 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
57 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
61 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
65 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
69 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
73 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
77 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp45 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 >=()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp46 struct MakeEmptyT { struct
48 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument
49 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
51 inline bool operator==(const MakeEmptyT &, const MakeEmptyT &) { in operator ==()
55 inline bool operator!=(const MakeEmptyT &, const MakeEmptyT &) { in operator !=()
59 inline bool operator<(const MakeEmptyT &, const MakeEmptyT &) { in operator <()
63 inline bool operator<=(const MakeEmptyT &, const MakeEmptyT &) { in operator <=()
67 inline bool operator>(const MakeEmptyT &, const MakeEmptyT &) { in operator >()
71 inline bool operator>=(const MakeEmptyT &, const MakeEmptyT &) { in operator >=()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dvariant_test_helpers.h54 struct MakeEmptyT { struct
56 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
57 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() argument
62 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument
71 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dvariant_test_helpers.h54 struct MakeEmptyT { struct
56 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
57 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() function
62 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument
71 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dvariant_test_helpers.h54 struct MakeEmptyT { struct
56 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
57 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() argument
62 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() function
71 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dvariant_test_helpers.h54 struct MakeEmptyT { struct
56 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
57 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() function
62 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument
71 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dvariant_test_helpers.h54 struct MakeEmptyT { struct
56 MakeEmptyT() { ++alive; } in MakeEmptyT() function
57 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() argument
62 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() function
71 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dvariant_test_helpers.h54 struct MakeEmptyT { struct
56 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
57 MakeEmptyT(MakeEmptyT const&) { in MakeEmptyT() argument
62 MakeEmptyT(MakeEmptyT &&) { in MakeEmptyT() argument
71 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp81 struct MakeEmptyT { struct
83 MakeEmptyT() { ++alive; } in MakeEmptyT() function
84 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function
89 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function
90 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument
91 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
92 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp77 struct MakeEmptyT { struct
79 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
80 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() argument
85 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() argument
86 MakeEmptyT &operator=(const MakeEmptyT &) { throw 42; } in operator =() argument
87 MakeEmptyT &operator=(MakeEmptyT &&) { throw 42; } in operator =() argument
88 ~MakeEmptyT() { --alive; } in ~MakeEmptyT() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp78 struct MakeEmptyT { struct
80 MakeEmptyT() { ++alive; } in MakeEmptyT() argument
81 MakeEmptyT(const MakeEmptyT &) { in MakeEmptyT() function
86 MakeEmptyT(MakeEmptyT &&) { throw 42; } in MakeEmptyT() function
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

123