Home
last modified time | relevance | path

Searched refs:__libcpp_is_unbounded_array (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_unbounded_array.h22 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array : false_type {}; struct
24 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array<_Tp[]> : true_type {};
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h378 static_assert(!__libcpp_is_unbounded_array<_ValueType>::value, in __allocator_destroy_multidimensional()
H A Dshared_ptr.h962 static_assert(__libcpp_is_unbounded_array<_Array>::value);