Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dtype_traits145 /// is_array
147 struct is_array
151 struct is_array<_Tp[_Size]>
155 struct is_array<_Tp[]>
617 || is_function<_To>::value || is_array<_To>::value
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dtype_traits143 /// is_array
145 struct is_array
149 struct is_array<_Tp[_Size]>
153 struct is_array<_Tp[]>
615 || is_function<_To>::value || is_array<_To>::value
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h534 virtual type *is_array () = 0;
589 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
621 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
647 type *is_array () FINAL OVERRIDE { return m_other_type->is_array (); } in is_array() function
757 type *is_array () FINAL OVERRIDE { return m_element_type; } in is_array() function
790 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
903 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h566 virtual type *is_array () = 0;
636 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
671 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
700 type *is_array () FINAL OVERRIDE { return m_other_type->is_array (); } in is_array() function
832 type *is_array () FINAL OVERRIDE { return m_element_type; } in is_array() function
867 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
981 type *is_array () FINAL OVERRIDE { return NULL; } in is_array() function
H A Djit-recording.cc1134 if (type->is_array () != NULL) in new_ctor()
5498 if (type->is_array ()) in write_reproducer()
5554 if (type->is_array ()) in replay_into()
7673 recording::type *array_el = t->is_array (); in strip_and_count()
7743 recording::type *el_a = arr_a->is_array (); in types_kinda_same_internal()
7744 recording::type *el_b = arr_b->is_array (); in types_kinda_same_internal()
H A Dlibgccjit.cc564 return (gcc_jit_type *)type->is_array (); in gcc_jit_type_dyncast_array()
1668 RETURN_NULL_IF_FAIL (type->is_array () != NULL, in gcc_jit_context_new_array_constructor()
1728 type->is_array (); in gcc_jit_context_new_array_constructor()
1821 RETURN_NULL_IF_FAIL_PRINTF1 (lval_type->is_array (), NULL, NULL, in gcc_jit_global_set_initializer()
H A DChangeLog.jit664 (gcc::jit::recording::struct_::is_array): Move to...
665 (gcc::jit::recording::compound_type::is_array): ...here.
839 (gcc::jit::recording::type::is_array): New.
843 (gcc::jit::recording::memento_of_get_type::is_array): New.
845 (gcc::jit::recording::memento_of_get_pointer::is_array): New.
847 (gcc::jit::recording::memento_of_get_const::is_array): New.
849 (gcc::jit::recording::memento_of_get_volatile::is_array): New.
851 (gcc::jit::recording::array_type::is_array): New.
853 (gcc::jit::recording::function_type::is_array): New.
855 (gcc::jit::recording::struct_::is_array): New.
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h445 , _If<is_array<_Tp>::value, __is_array_deletable<_Yp*>, __is_deletable<_Yp*> >
530 !is_array<_Yp>::value &&
582 static_assert(!is_array<_Tp>::value,
610 static_assert(is_array<_Tp>::value,
1009 !is_array<_Yp>::value &&
1094 template<class _Tp, class _Alloc, class ..._Args, class = _EnableIf<!is_array<_Tp>::value> >
1106 template<class _Tp, class ..._Args, class = _EnableIf<!is_array<_Tp>::value> >
H A Dunique_ptr.h159 !is_array<_Up>::value
379 is_array<_Up>::value &&
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h335 template <typename T> struct is_array {
349 using has_array = is_array<typename last_type<int, Types...>::type>;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h1004 bool = is_array<_Tp>::value, bool = is_void<_Tp>::value> in _GLIBCXX_VISIBILITY()
1133 : _M_ptr(__p), _M_refcount(__p, typename is_array<_Tp>::type()) in _GLIBCXX_VISIBILITY()
1235 __not_<is_array<_Tp>>, is_array<_Tp1>, in _GLIBCXX_VISIBILITY()
1408 : __not_<is_array<_Tp>> { }; // No enable shared_from_this for arrays in _GLIBCXX_VISIBILITY()
1871 static_assert(!is_array<_Tp>::value, "make_shared<T[]> not supported"); in _GLIBCXX_VISIBILITY()
H A Dunique_ptr.h261 __not_<is_array<_Up>> in _GLIBCXX_VISIBILITY()
506 is_array<_Up>, in _GLIBCXX_VISIBILITY()
H A Dshared_ptr.h859 static_assert(!is_array<_Tp>::value, "make_shared<T[]> not supported"); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h1340 bool = is_array<_Tp>::value, bool = is_void<_Tp>::value> in _GLIBCXX_VISIBILITY()
1469 : _M_ptr(__p), _M_refcount(__p, typename is_array<_Tp>::type()) in _GLIBCXX_VISIBILITY()
1571 __not_<is_array<_Tp>>, is_array<_Tp1>, in _GLIBCXX_VISIBILITY()
1756 : __not_<is_array<_Tp>> { }; // No enable shared_from_this for arrays in _GLIBCXX_VISIBILITY()
2229 static_assert(!is_array<_Tp>::value, "make_shared<T[]> not supported"); in _GLIBCXX_VISIBILITY()
H A Dunique_ptr.h295 __not_<is_array<_Up>> in _GLIBCXX_VISIBILITY()
563 is_array<_Up>, in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_cs.c1487 bool is_array; in r600_check_texture_resource() local
1525 is_array = false; in r600_check_texture_resource()
1539 is_array = true; in r600_check_texture_resource()
1542 is_array = true; in r600_check_texture_resource()
1587 if (is_array) { in r600_check_texture_resource()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1705 int is_array = (void *) &(x) == (void *) &(x)[0]; \
1706 MPFR_STAT_STATIC_ASSERT (__builtin_constant_p (is_array) ? \
1707 is_array : 1); \
1708 MPFR_ASSERTN (is_array); \
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c4029 isc_boolean_t is_array = ISC_FALSE; in parse_directive() local
4033 &is_array, in parse_directive()
4043 is_array ? "true" : "false", in parse_directive()
4169 isc_boolean_t is_array = ISC_FALSE; in parse_option_code_dir() local
4210 datatype = convert_format(val, &is_array, &encapsulate); in parse_option_code_dir()
4227 if (is_array) in parse_option_code_dir()
4327 isc_boolean_t is_array = ISC_FALSE; in parse_option_define_dir() local
4369 datatype = convert_format(option->format, &is_array, &encapsulate); in parse_option_define_dir()
4387 if (is_array) in parse_option_define_dir()
H A Dparse.c947 isc_boolean_t is_array = ISC_FALSE; in parse_option_code_definition() local
1147 is_array = ISC_TRUE; in parse_option_code_definition()
1206 is_array = ISC_TRUE; in parse_option_code_definition()
1234 if (is_array || arrayp) { in parse_option_code_definition()
1343 convert_format(const char *fmt, isc_boolean_t *is_array, in convert_format() argument
1351 *is_array = ISC_TRUE; in convert_format()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dtype_traits397 /// is_array
399 struct is_array
403 struct is_array<_Tp[_Size]>
407 struct is_array<_Tp[]>
794 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
1417 is_array<_To>>::value>
1458 is_array<_To>>::value>
2128 bool _IsArray = is_array<_Up>::value,
3035 inline constexpr bool is_array_v = is_array<_Tp>::value;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtype_traits447 /// is_array
449 struct is_array
453 struct is_array<_Tp[_Size]>
457 struct is_array<_Tp[]>
857 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
1452 is_array<_To>>::value>
1493 is_array<_To>>::value>
2168 bool _IsArray = is_array<_Up>::value,
3150 inline constexpr bool is_array_v = is_array<_Tp>::value;
H A Dfuture787 static_assert(!is_array<_Res>{}, "result type must not be an array");
924 static_assert(!is_array<_Res>{}, "result type must not be an array");
1083 static_assert(!is_array<_Res>{}, "result type must not be an array");
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dtype_traits38 template <class T> struct is_array;
253 = is_array<T>::value; // C++17
835 // is_array
840 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> { };
849 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array
851 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_array<_Tp[]>
853 template <class _Tp, size_t _Np> struct _LIBCPP_TEMPLATE_VIS is_array<_Tp[_Np]>
859 = is_array<_Tp>::value;
1132 !is_array<_Tp>::value &&
1246 is_array<_Tp>::value ||
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dtype_traits64 constexpr bool is_array_v = is_array<_Tp>::value;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dtype_traits79 constexpr bool is_array_v = is_array<_Tp>::value;

12