Searched refs:is_unbounded_array (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_unbounded_array.h | 29 struct _LIBCPP_NO_SPECIALIZATIONS is_unbounded_array : bool_constant<__is_unbounded_array_v<_Tp>> {… struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 981 template <class _Tp, class _Alloc, __enable_if_t<is_unbounded_array<_Tp>::value, int> = 0> 986 template <class _Tp, class _Alloc, __enable_if_t<is_unbounded_array<_Tp>::value, int> = 0> 991 template <class _Tp, class _Alloc, __enable_if_t<is_unbounded_array<_Tp>::value, int> = 0> 998 template <class _Tp, __enable_if_t<is_unbounded_array<_Tp>::value, int> = 0> 1003 template <class _Tp, __enable_if_t<is_unbounded_array<_Tp>::value, int> = 0> 1008 template <class _Tp, __enable_if_t<is_unbounded_array<_Tp>::value, int> = 0>
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 93 template <class T> struct is_unbounded_array; // since C++20 231 = is_unbounded_array<T>::value; // since C++20 551 # include <__type_traits/is_unbounded_array.h>
|
| H A D | module.modulemap.in | 331 module is_unbounded_array { 332 header "__type_traits/is_unbounded_array.h"
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| H A D | type_traits.inc | 60 using std::is_unbounded_array;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | type_traits | 95 template <class T> struct is_unbounded_array; // C++20 210 = is_unbounded_array<T>::value; // C++20
|
| H A D | module.modulemap | 2031 …_is_unbounded_array [system] { header "__type_traits/is_unbounded_array.h" }
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 1364 C3TTR_HEADERS+= is_unbounded_array.h 2179 TTR_HEADERS+= is_unbounded_array.h
|
| H A D | module.modulemap | 331 module is_unbounded_array { 332 header "__type_traits/is_unbounded_array.h"
|
| H A D | libcxx.imp | 867 { include: [ "<__type_traits/is_unbounded_array.h>", "private", "<type_traits>", "public" ] },
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1803 SYMBOL(is_unbounded_array, std::, <type_traits>)
|