Home
last modified time | relevance | path

Searched refs:__is_unbounded_array_v (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_unbounded_array.h22 inline const bool __is_unbounded_array_v = false; variable
24 inline const bool __is_unbounded_array_v<_Tp[]> = true; variable
29 struct _LIBCPP_NO_SPECIALIZATIONS is_unbounded_array : bool_constant<__is_unbounded_array_v<_Tp>> {…
32 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_unbounded_array_v = __is_unbounded_array_v<_Tp>;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h380 static_assert(!__is_unbounded_array_v<_ValueType>, in __allocator_destroy_multidimensional()
H A Dunique_ptr.h762 template <class _Tp, enable_if_t<__is_unbounded_array_v<_Tp>, int> = 0>
H A Dshared_ptr.h855 static_assert(__is_unbounded_array_v<_Array>);