Searched refs:is_bounded_array (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_bounded_array.h | 27 struct _LIBCPP_NO_SPECIALIZATIONS is_bounded_array : bool_constant<__is_bounded_array(_Tp)> {}; struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 948 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 D | type_traits | 92 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 D | module.modulemap.in | 131 module is_bounded_array { 132 header "__type_traits/is_bounded_array.h"
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| H A D | type_traits.inc | 55 using std::is_bounded_array;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | type_traits | 94 template <class T> struct is_bounded_array; // C++20 208 = is_bounded_array<T>::value; // C++20
|
| H A D | module.modulemap | 1934 …ts_is_bounded_array [system] { header "__type_traits/is_bounded_array.h" }
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 1315 C3TTR_HEADERS+= is_bounded_array.h 2129 TTR_HEADERS+= is_bounded_array.h
|
| H A D | module.modulemap | 131 module is_bounded_array { 132 header "__type_traits/is_bounded_array.h"
|
| H A D | libcxx.imp | 817 { include: [ "<__type_traits/is_bounded_array.h>", "private", "<type_traits>", "public" ] },
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1649 SYMBOL(is_bounded_array, std::, <type_traits>)
|