Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp80 struct HasDest { ~HasDest(); }; struct
93 struct DerivesHasDest : HasDest {};
197 { int arr[F(__is_pod(HasDest))]; } in is_pod()
228 { int arr[T(__is_empty(HasDest))]; } in is_empty()
1294 { int arr[T(__has_trivial_constructor(HasDest))]; } in has_trivial_default_constructor()
1349 { int arr[T(__has_trivial_copy(HasDest))]; } in has_trivial_copy_constructor()
1379 { int arr[T(__has_trivial_assign(HasDest))]; } in has_trivial_copy_assignment()
1427 { int arr[F(__has_trivial_destructor(HasDest))]; } in has_trivial_destructor()
1466 { int arr[T(__has_nothrow_assign(HasDest))]; } in has_nothrow_assign()
1558 { int arr[T(__has_nothrow_copy(HasDest))]; } in has_nothrow_copy()
[all …]