Searched defs:HasVirtDest (Results 1 - 1 of 1) sorted by path

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp134 struct HasVirtDest { virtual ~HasVirtDest(); }; struct
135 struct DerivedVirtDest : HasVirtDest {};
136 typedef HasVirtDest VirtDestAr[1];
1448 { int arr[T(__has_nothrow_assign(HasVirtDest))]; }
1537 { int arr[T(__has_nothrow_copy(HasVirtDest))]; }
1564 { int arr[T(__has_nothrow_constructor(HasVirtDest))]; }
1604 { int arr[T(__has_virtual_destructor(HasVirtDest))]; }

Completed in 148 milliseconds