Home
last modified time | relevance | path

Searched refs:ACompleteType (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dtype-traits.cpp196 struct ACompleteType {}; struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp196 struct ACompleteType {}; struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp197 struct ACompleteType {}; struct
207 struct HasPrivateBase : private ACompleteType {};
208 struct HasProtectedBase : protected ACompleteType {};
209 struct HasVirtBase : virtual ACompleteType {};
259 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
301 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
638 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1242 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1356 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2272 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp196 struct ACompleteType {}; struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp196 struct ACompleteType {}; struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dtype-traits.cpp196 struct ACompleteType {}; struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp195 struct ACompleteType {}; struct
205 struct HasPrivateBase : private ACompleteType {};
206 struct HasProtectedBase : protected ACompleteType {};
207 struct HasVirtBase : virtual ACompleteType {};
257 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
299 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
636 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1239 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1353 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2261 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp196 struct ACompleteType {}; struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dtype-traits.cpp197 struct ACompleteType {}; struct
207 struct HasPrivateBase : private ACompleteType {};
208 struct HasProtectedBase : protected ACompleteType {};
209 struct HasVirtBase : virtual ACompleteType {};
259 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
301 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
638 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1242 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1356 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2272 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp197 struct ACompleteType {}; struct
207 struct HasPrivateBase : private ACompleteType {};
208 struct HasProtectedBase : protected ACompleteType {};
209 struct HasVirtBase : virtual ACompleteType {};
259 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
301 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
638 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1242 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1356 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2272 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dtype-traits.cpp197 struct ACompleteType {}; struct
207 struct HasPrivateBase : private ACompleteType {};
208 struct HasProtectedBase : protected ACompleteType {};
209 struct HasVirtBase : virtual ACompleteType {};
259 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
301 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
638 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1242 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1356 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2272 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp197 struct ACompleteType {}; struct
207 struct HasPrivateBase : private ACompleteType {};
208 struct HasProtectedBase : protected ACompleteType {};
209 struct HasVirtBase : virtual ACompleteType {};
259 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
301 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
638 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1242 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1356 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2272 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp196 struct ACompleteType {}; struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp197 struct ACompleteType {}; struct
207 struct HasPrivateBase : private ACompleteType {};
208 struct HasProtectedBase : protected ACompleteType {};
209 struct HasVirtBase : virtual ACompleteType {};
259 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
301 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
638 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1242 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1356 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2272 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp194 struct ACompleteType {}; struct
204 struct HasPrivateBase : private ACompleteType {};
205 struct HasProtectedBase : protected ACompleteType {};
206 struct HasVirtBase : virtual ACompleteType {};
256 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
298 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
635 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1238 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1352 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2246 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp194 struct ACompleteType {}; struct
204 struct HasPrivateBase : private ACompleteType {};
205 struct HasProtectedBase : protected ACompleteType {};
206 struct HasVirtBase : virtual ACompleteType {};
256 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
298 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
635 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1238 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1352 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
2246 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
[all …]