Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_bounded_array.h30 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_bounded_array_v = __is_bounded_array(_Tp); variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc248 using std::is_bounded_array_v;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h785 template <class _Tp, class... _Args, enable_if_t<is_bounded_array_v<_Tp>, int> = 0>
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits207 inline constexpr bool is_bounded_array_v
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits228 inline constexpr bool is_bounded_array_v
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1650 SYMBOL(is_bounded_array_v, std::, <type_traits>)