Home
last modified time | relevance | path

Searched refs:is_bounded_array (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_bounded_array.h27 struct _LIBCPP_NO_SPECIALIZATIONS is_bounded_array : bool_constant<__is_bounded_array(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h948 template <class _Tp, class _Alloc, __enable_if_t<is_bounded_array<_Tp>::value, int> = 0>
953 template <class _Tp, class _Alloc, __enable_if_t<is_bounded_array<_Tp>::value, int> = 0>
958 template <class _Tp, class _Alloc, __enable_if_t<is_bounded_array<_Tp>::value, int> = 0>
965 template <class _Tp, __enable_if_t<is_bounded_array<_Tp>::value, int> = 0>
970 template <class _Tp, __enable_if_t<is_bounded_array<_Tp>::value, int> = 0>
975 template <class _Tp, __enable_if_t<is_bounded_array<_Tp>::value, int> = 0>
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits92 template <class T> struct is_bounded_array; // since C++20
229 = is_bounded_array<T>::value; // since C++20
549 # include <__type_traits/is_bounded_array.h>
H A Dmodule.modulemap.in131 module is_bounded_array {
132 header "__type_traits/is_bounded_array.h"
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc55 using std::is_bounded_array;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits94 template <class T> struct is_bounded_array; // C++20
208 = is_bounded_array<T>::value; // C++20
H A Dmodule.modulemap1934 …ts_is_bounded_array [system] { header "__type_traits/is_bounded_array.h" }
/freebsd/lib/libc++/
H A DMakefile1315 C3TTR_HEADERS+= is_bounded_array.h
2129 TTR_HEADERS+= is_bounded_array.h
H A Dmodule.modulemap131 module is_bounded_array {
132 header "__type_traits/is_bounded_array.h"
H A Dlibcxx.imp817 { include: [ "<__type_traits/is_bounded_array.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1649 SYMBOL(is_bounded_array, std::, <type_traits>)