Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp105 struct HasDest { ~HasDest(); }; struct
119 struct DerivesHasDest : HasDest {};
242 { int arr[F(__is_pod(HasDest))]; } in is_pod()
279 { int arr[T(__is_empty(HasDest))]; } in is_empty()
570 static_assert(__is_aggregate(HasDest), ""); in is_aggregate()
1565 { int arr[T(__has_trivial_copy(HasDest))]; } in has_trivial_copy_constructor()
1597 { int arr[T(__has_trivial_assign(HasDest))]; } in has_trivial_copy_assignment()
1688 { int arr[T(__has_nothrow_assign(HasDest))]; } in has_nothrow_assign()
1785 { int arr[T(__has_nothrow_copy(HasDest))]; } in has_nothrow_copy()
2089 { int arr[F(__is_trivial(HasDest))]; } in is_trivial()
[all …]