Searched refs:HasVirtDest (Results 1 – 1 of 1) sorted by relevance
134 struct HasVirtDest { virtual ~HasVirtDest(); }; struct135 struct DerivedVirtDest : HasVirtDest {};136 typedef HasVirtDest VirtDestAr[1];1452 { int arr[T(__has_nothrow_assign(HasVirtDest))]; } in has_nothrow_assign()1541 { int arr[T(__has_nothrow_copy(HasVirtDest))]; } in has_nothrow_copy()1568 { int arr[T(__has_nothrow_constructor(HasVirtDest))]; } in has_nothrow_constructor()1608 { int arr[T(__has_virtual_destructor(HasVirtDest))]; } in has_virtual_destructor()