Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]