Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_unbounded_array.h21 template <class> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array : false_type {}; struct
22 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array<_Tp[]> : true_type {};
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h386 static_assert(!__libcpp_is_unbounded_array<_ValueType>::value, in __allocator_destroy_multidimensional()
H A Dshared_ptr.h1124 static_assert(__libcpp_is_unbounded_array<_Array>::value);