Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_unbounded_array.h29 struct _LIBCPP_NO_SPECIALIZATIONS is_unbounded_array : bool_constant<__is_unbounded_array_v<_Tp>> {… struct
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h981 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 Dtype_traits93 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 Dmodule.modulemap.in331 module is_unbounded_array {
332 header "__type_traits/is_unbounded_array.h"
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc60 using std::is_unbounded_array;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits95 template <class T> struct is_unbounded_array; // C++20
210 = is_unbounded_array<T>::value; // C++20
H A Dmodule.modulemap2031 …_is_unbounded_array [system] { header "__type_traits/is_unbounded_array.h" }
/freebsd/lib/libc++/
H A DMakefile1364 C3TTR_HEADERS+= is_unbounded_array.h
2179 TTR_HEADERS+= is_unbounded_array.h
H A Dmodule.modulemap331 module is_unbounded_array {
332 header "__type_traits/is_unbounded_array.h"
H A Dlibcxx.imp867 { include: [ "<__type_traits/is_unbounded_array.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1803 SYMBOL(is_unbounded_array, std::, <type_traits>)