Home
last modified time | relevance | path

Searched refs:AllDeleted (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc26 struct AllDeleted struct
28 AllDeleted() = delete;
29 AllDeleted(const AllDeleted&) = delete;
30 AllDeleted(AllDeleted&&) = delete;
31 AllDeleted& operator=(const AllDeleted&) = delete;
32 AllDeleted& operator=(AllDeleted&&) = delete;
196 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
314 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
513 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
514 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc26 struct AllDeleted struct
28 AllDeleted() = delete;
29 AllDeleted(const AllDeleted&) = delete;
30 AllDeleted(AllDeleted&&) = delete;
31 AllDeleted& operator=(const AllDeleted&) = delete;
32 AllDeleted& operator=(AllDeleted&&) = delete;
196 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
314 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
513 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
514 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
189 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
307 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
506 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
507 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc26 struct AllDeleted struct
28 AllDeleted() = delete;
29 AllDeleted(const AllDeleted&) = delete;
30 AllDeleted(AllDeleted&&) = delete;
31 AllDeleted& operator=(const AllDeleted&) = delete;
32 AllDeleted& operator=(AllDeleted&&) = delete;
196 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
314 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
513 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
514 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
189 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
307 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
506 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
507 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
169 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
287 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
486 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
487 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
169 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
287 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
486 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
487 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
189 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
307 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
506 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
507 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc26 struct AllDeleted struct
28 AllDeleted() = delete;
29 AllDeleted(const AllDeleted&) = delete;
30 AllDeleted(AllDeleted&&) = delete;
31 AllDeleted& operator=(const AllDeleted&) = delete;
32 AllDeleted& operator=(AllDeleted&&) = delete;
196 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
314 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
513 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
514 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
169 static_assert(is_destructible_v<variant<AllDeleted, string>>); in dtor()
287 static_assert(!is_swappable_v<variant<AllDeleted>>); in test_swap()
486 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0)); in test_emplace()
487 static_assert(!has_index_emplace<variant<AllDeleted>, 0>(0)); in test_emplace()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
154 static_assert(is_destructible_v<variant<AllDeleted, string>>, ""); in dtor()
160 static_assert(!is_copy_assignable_v<variant<AllDeleted, string>>, ""); in copy_assign()
269 static_assert(!is_swappable_v<variant<AllDeleted>>, ""); in test_swap()
468 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0), ""); in test_emplace()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
154 static_assert(is_destructible_v<variant<AllDeleted, string>>, ""); in dtor()
160 static_assert(!is_copy_assignable_v<variant<AllDeleted, string>>, ""); in copy_assign()
269 static_assert(!is_swappable_v<variant<AllDeleted>>, ""); in test_swap()
468 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0), ""); in test_emplace()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
154 static_assert(is_destructible_v<variant<AllDeleted, string>>, ""); in dtor()
160 static_assert(!is_copy_assignable_v<variant<AllDeleted, string>>, ""); in copy_assign()
269 static_assert(!is_swappable_v<variant<AllDeleted>>, ""); in test_swap()
468 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0), ""); in test_emplace()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
148 static_assert(is_destructible_v<variant<AllDeleted, string>>, ""); in dtor()
154 static_assert(!is_copy_assignable_v<variant<AllDeleted, string>>, ""); in copy_assign()
263 static_assert(!is_swappable_v<variant<AllDeleted>>, ""); in test_swap()
462 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0), ""); in test_emplace()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
154 static_assert(is_destructible_v<variant<AllDeleted, string>>, ""); in dtor()
160 static_assert(!is_copy_assignable_v<variant<AllDeleted, string>>, ""); in copy_assign()
269 static_assert(!is_swappable_v<variant<AllDeleted>>, ""); in test_swap()
468 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0), ""); in test_emplace()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/variant/
H A Dcompile.cc27 struct AllDeleted struct
29 AllDeleted() = delete;
30 AllDeleted(const AllDeleted&) = delete;
31 AllDeleted(AllDeleted&&) = delete;
32 AllDeleted& operator=(const AllDeleted&) = delete;
33 AllDeleted& operator=(AllDeleted&&) = delete;
154 static_assert(is_destructible_v<variant<AllDeleted, string>>, ""); in dtor()
160 static_assert(!is_copy_assignable_v<variant<AllDeleted, string>>, ""); in copy_assign()
269 static_assert(!is_swappable_v<variant<AllDeleted>>, ""); in test_swap()
468 static_assert(!has_type_emplace<variant<AllDeleted>, AllDeleted>(0), ""); in test_emplace()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dtype-traits.cpp1182 struct AllDeleted { struct
1183 AllDeleted() = delete;
1184 AllDeleted(const AllDeleted &) = delete;
1185 AllDeleted(AllDeleted &&) = delete;
1186 AllDeleted &operator=(const AllDeleted &) = delete;
1187 AllDeleted &operator=(AllDeleted &&) = delete;
1188 ~AllDeleted() = delete;
1233 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2250 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2252 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp1182 struct AllDeleted { struct
1183 AllDeleted() = delete;
1184 AllDeleted(const AllDeleted &) = delete;
1185 AllDeleted(AllDeleted &&) = delete;
1186 AllDeleted &operator=(const AllDeleted &) = delete;
1187 AllDeleted &operator=(AllDeleted &&) = delete;
1188 ~AllDeleted() = delete;
1233 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2250 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2252 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp1183 struct AllDeleted { struct
1184 AllDeleted() = delete;
1185 AllDeleted(const AllDeleted &) = delete;
1186 AllDeleted(AllDeleted &&) = delete;
1187 AllDeleted &operator=(const AllDeleted &) = delete;
1188 AllDeleted &operator=(AllDeleted &&) = delete;
1189 ~AllDeleted() = delete;
1234 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2254 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2256 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp1182 struct AllDeleted { struct
1183 AllDeleted() = delete;
1184 AllDeleted(const AllDeleted &) = delete;
1185 AllDeleted(AllDeleted &&) = delete;
1186 AllDeleted &operator=(const AllDeleted &) = delete;
1187 AllDeleted &operator=(AllDeleted &&) = delete;
1188 ~AllDeleted() = delete;
1233 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2250 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2252 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp1182 struct AllDeleted { struct
1183 AllDeleted() = delete;
1184 AllDeleted(const AllDeleted &) = delete;
1185 AllDeleted(AllDeleted &&) = delete;
1186 AllDeleted &operator=(const AllDeleted &) = delete;
1187 AllDeleted &operator=(AllDeleted &&) = delete;
1188 ~AllDeleted() = delete;
1233 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2250 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2252 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dtype-traits.cpp1182 struct AllDeleted { struct
1183 AllDeleted() = delete;
1184 AllDeleted(const AllDeleted &) = delete;
1185 AllDeleted(AllDeleted &&) = delete;
1186 AllDeleted &operator=(const AllDeleted &) = delete;
1187 AllDeleted &operator=(AllDeleted &&) = delete;
1188 ~AllDeleted() = delete;
1233 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2250 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2252 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp1180 struct AllDeleted { struct
1181 AllDeleted() = delete;
1182 AllDeleted(const AllDeleted &) = delete;
1183 AllDeleted(AllDeleted &&) = delete;
1184 AllDeleted &operator=(const AllDeleted &) = delete;
1185 AllDeleted &operator=(AllDeleted &&) = delete;
1186 ~AllDeleted() = delete;
1231 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2243 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2245 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp1182 struct AllDeleted { struct
1183 AllDeleted() = delete;
1184 AllDeleted(const AllDeleted &) = delete;
1185 AllDeleted(AllDeleted &&) = delete;
1186 AllDeleted &operator=(const AllDeleted &) = delete;
1187 AllDeleted &operator=(AllDeleted &&) = delete;
1188 ~AllDeleted() = delete;
1233 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2250 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2252 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dtype-traits.cpp1183 struct AllDeleted { struct
1184 AllDeleted() = delete;
1185 AllDeleted(const AllDeleted &) = delete;
1186 AllDeleted(AllDeleted &&) = delete;
1187 AllDeleted &operator=(const AllDeleted &) = delete;
1188 AllDeleted &operator=(AllDeleted &&) = delete;
1189 ~AllDeleted() = delete;
1234 int t24[T(__is_trivial(AllDeleted))]; in is_trivial2()
2254 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
2256 { int arr[F((__is_assignable(AllDeleted, in trivial_checks()
[all …]

123