Home
last modified time | relevance | path

Searched refs:is_unbounded_array_v (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_unbounded_array.h32 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_unbounded_array_v = __is_unbounded_array_v<_Tp>; variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc290 using std::is_unbounded_array_v;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h780 template <class _Tp, enable_if_t<is_unbounded_array_v<_Tp>, int> = 0>
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits209 inline constexpr bool is_unbounded_array_v
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits230 inline constexpr bool is_unbounded_array_v
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1804 SYMBOL(is_unbounded_array_v, std::, <type_traits>)