Searched refs:__libcpp_is_unbounded_array (Results 1 – 3 of 3) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array : false_type {}; struct24 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array<_Tp[]> : true_type {};
378 static_assert(!__libcpp_is_unbounded_array<_ValueType>::value, in __allocator_destroy_multidimensional()
962 static_assert(__libcpp_is_unbounded_array<_Array>::value);