Home
last modified time | relevance | path

Searched refs:is_array (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_array.h27 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 Dis_object.h39 is_array<_Tp>::value ||
H A Ddecay.h44 is_array<_Up>::value,
H A Dis_convertible.h46 template <class _Tp, bool _IsArray = is_array<_Tp>::value,
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
H A DRawTAP.pm78 elsif ( $meta->{is_array} ) {
103 elsif ( $meta->{is_array} ) {
H A DExecutable.pm115 elsif ( $meta->{is_array} ) {
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dconstruct_at.h62 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 Dshared_ptr.h403 _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 Dunique_ptr.h165 !is_array<_Up>::value
360 is_array<_Up>::value &&
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dtype_traits137 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 Dtype_traits_fwd.h62 struct is_array;
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
H A DProve.pm84 my @is_array = qw(
89 for my $key (@is_array) {
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DSource.pm186 is_array => $bool,
300 elsif ( $meta->{is_array} ) {
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h336 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 Dsource.t80 { is_array => 1,
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1061 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 Dtype_traits38 template <class T> struct is_array;
253 = is_array<T>::value; // C++17
449 #include <__type_traits/is_array.h>
H A DCMakeLists.txt603 __type_traits/is_array.h
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dr600_cs.c1484 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 Dprotector.c76 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 Djv-lang.c260 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 DValueObject.cpp900 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 DFormatEntity.cpp834 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 Dpropagate_const144 static_assert(!is_array<_Tp>::value,
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn678 "__type_traits/is_array.h",

12