| /openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
| H A D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> { }; struct 36 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array 38 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array<_Tp[]> 40 template <class _Tp, size_t _Np> struct _LIBCPP_TEMPLATE_VIS is_array<_Tp[_Np]> 45 inline constexpr bool is_array_v = is_array<_Tp>::value;
|
| H A D | is_object.h | 39 is_array<_Tp>::value ||
|
| H A D | decay.h | 44 is_array<_Up>::value,
|
| H A D | is_convertible.h | 46 template <class _Tp, bool _IsArray = is_array<_Tp>::value,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/ |
| H A D | RawTAP.pm | 78 elsif ( $meta->{is_array} ) { 103 elsif ( $meta->{is_array} ) {
|
| H A D | Executable.pm | 115 elsif ( $meta->{is_array} ) {
|
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | construct_at.h | 62 template <class _Tp, typename enable_if<!is_array<_Tp>::value, int>::type = 0> 70 template <class _Tp, typename enable_if<is_array<_Tp>::value, int>::type = 0>
|
| H A D | shared_ptr.h | 403 _Not<is_array<_Tp>>, 493 , _If<is_array<_Tp>::value, __is_array_deletable<_Yp*>, __is_deletable<_Yp*> > 780 !is_array<_Yp>::value && 855 static_assert(!is_array<_Tp>::value, 902 static_assert(is_array<_Tp>::value, 988 template<class _Tp, class _Alloc, class ..._Args, class = __enable_if_t<!is_array<_Tp>::value> > 1000 template<class _Tp, class ..._Args, class = __enable_if_t<!is_array<_Tp>::value> > 1009 template<class _Tp, class _Alloc, __enable_if_t<!is_array<_Tp>::value, int> = 0> 1018 template<class _Tp, __enable_if_t<!is_array<_Tp>::value, int> = 0>
|
| H A D | unique_ptr.h | 165 !is_array<_Up>::value 360 is_array<_Up>::value &&
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | type_traits | 137 struct is_array 141 struct is_array<_Tp[_Size]> 145 struct is_array<_Tp[]> 176 || is_array<_Tp>::value 495 || is_function<_To>::value || is_array<_To>::value
|
| H A D | type_traits_fwd.h | 62 struct is_array;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/ |
| H A D | Prove.pm | 84 my @is_array = qw( 89 for my $key (@is_array) {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| H A D | Source.pm | 186 is_array => $bool, 300 elsif ( $meta->{is_array} ) {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 336 template <typename T> struct is_array { 350 using has_array = is_array<typename last_type<int, Types...>::type>;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | source.t | 80 { is_array => 1,
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 1061 const bool is_array = type_obj.IsArrayType(); in CreateVariable() local 1063 if (is_array || is_synthetic) { in CreateVariable() 1065 if (is_array) { in CreateVariable()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | type_traits | 38 template <class T> struct is_array; 253 = is_array<T>::value; // C++17 449 #include <__type_traits/is_array.h>
|
| H A D | CMakeLists.txt | 603 __type_traits/is_array.h
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | r600_cs.c | 1484 bool is_array; in r600_check_texture_resource() local 1522 is_array = false; in r600_check_texture_resource() 1536 is_array = true; in r600_check_texture_resource() 1539 is_array = true; in r600_check_texture_resource() 1584 if (is_array) { in r600_check_texture_resource()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | protector.c | 76 static int is_array; variable 425 is_array = TRUE; 985 && (is_array=0, search_string_def (TREE_TYPE (types)) 987 && is_array)))
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | jv-lang.c | 260 int is_array = 0; in type_from_class() local 317 is_array = 1; in type_from_class()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObject.cpp | 900 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local 901 if (is_array) { in ReadPointedString() 918 if (cstr_address_type == eAddressTypeHost && is_array) { in ReadPointedString()
|
| H A D | FormatEntity.cpp | 834 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local 838 if ((is_array || is_pointer) && (!is_array_range) && in DumpValue() 900 if (!is_array && !is_pointer) in DumpValue()
|
| /openbsd-src/gnu/llvm/libcxx/include/experimental/ |
| H A D | propagate_const | 144 static_assert(!is_array<_Tp>::value,
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 678 "__type_traits/is_array.h",
|