Searched refs:ThrowingDtor (Results 1 – 1 of 1) sorted by relevance
154 struct ThrowingDtor { struct155 ~ThrowingDtor() throw(int);2060 { int arr[T(__is_destructible(ThrowingDtor))]; } in is_destructible_test()2075 { int arr[F(__is_nothrow_destructible(ThrowingDtor))]; } in is_nothrow_destructible_test()