Searched refs:HasVirtDest (Results 1 – 1 of 1) sorted by relevance
135 struct HasVirtDest { virtual ~HasVirtDest(); }; struct136 struct DerivedVirtDest : HasVirtDest {};137 typedef HasVirtDest VirtDestAr[1];1475 { int arr[T(__has_nothrow_assign(HasVirtDest))]; } in has_nothrow_assign()1567 { int arr[T(__has_nothrow_copy(HasVirtDest))]; } in has_nothrow_copy()1594 { int arr[T(__has_nothrow_constructor(HasVirtDest))]; } in has_nothrow_constructor()1634 { int arr[T(__has_virtual_destructor(HasVirtDest))]; } in has_virtual_destructor()