Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 25 of 56) sorted by relevance

123

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvec-perm-indices.h52 typedef poly_int64 element_type; typedef
78 element_type clamp (element_type) const;
79 element_type operator[] (unsigned int i) const;
80 bool series_p (unsigned int, unsigned int, element_type, element_type) const;
81 bool all_in_range_p (element_type, element_type) const;
118 inline vec_perm_indices::element_type
119 vec_perm_indices::clamp (element_type elt) const in clamp()
121 element_type limit = input_nelts (), elem_within_input; in clamp()
137 inline vec_perm_indices::element_type
H A Dvec-perm-indices.c73 element_type step = clamp (elements.elt (i) in new_vector()
97 element_type base = orig.m_encoding[i] * factor; in new_expanded_vector()
111 element_type element_delta = delta * m_nelts_per_input; in rotate_inputs()
132 element_type in_base, element_type in_step) const in series_p()
138 element_type full_nelts = m_encoding.full_nelts (); in series_p()
165 element_type v0 = m_encoding.elt (out_base - out_step); in series_p()
166 element_type v1 = m_encoding.elt (out_base); in series_p()
179 vec_perm_indices::all_in_range_p (element_type start, element_type size) const in all_in_range_p()
192 element_type limit = input_nelts (); in all_in_range_p()
201 element_type base1 = m_encoding[i + npatterns]; in all_in_range_p()
[all …]
H A Ddwarf2out.h333 tree element_type; member
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dauto_ptr.h94 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in _GLIBCXX_VISIBILITY()
180 element_type& in _GLIBCXX_VISIBILITY()
193 element_type* in _GLIBCXX_VISIBILITY()
210 element_type* in _GLIBCXX_VISIBILITY()
224 element_type* in _GLIBCXX_VISIBILITY()
227 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY()
240 reset(element_type* __p = 0) throw() in _GLIBCXX_VISIBILITY()
260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY()
264 operator=(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dauto_ptr.h96 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
105 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in _GLIBCXX_VISIBILITY()
182 element_type& in _GLIBCXX_VISIBILITY()
195 element_type* in _GLIBCXX_VISIBILITY()
212 element_type* in _GLIBCXX_VISIBILITY()
226 element_type* in _GLIBCXX_VISIBILITY()
229 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY()
242 reset(element_type* __p = 0) throw() in _GLIBCXX_VISIBILITY()
266 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY()
270 operator=(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dpointer.h70 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
79 set(element_type* __arg) in _GLIBCXX_VISIBILITY()
92 element_type* _M_value; in _GLIBCXX_VISIBILITY()
112 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
164 typedef const _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
284 typedef typename _Storage_policy::element_type element_type; in _GLIBCXX_VISIBILITY()
288 typedef typename _Unqualified_type<element_type>::type value_type; in _GLIBCXX_VISIBILITY()
291 typedef typename _Reference_type<element_type>::reference reference; in _GLIBCXX_VISIBILITY()
298 _Pointer_adapter(element_type* __arg = 0) in _GLIBCXX_VISIBILITY()
349 inline element_type* in _GLIBCXX_VISIBILITY()
[all …]
H A Dcast.h53 { typedef typename _ToType::element_type* type; }; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dpointer.h70 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
79 set(element_type* __arg) in _GLIBCXX_VISIBILITY()
92 element_type* _M_value; in _GLIBCXX_VISIBILITY()
112 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
164 typedef const _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
284 typedef typename _Storage_policy::element_type element_type; in _GLIBCXX_VISIBILITY()
288 typedef typename _Unqualified_type<element_type>::type value_type; in _GLIBCXX_VISIBILITY()
291 typedef typename _Reference_type<element_type>::reference reference; in _GLIBCXX_VISIBILITY()
298 _Pointer_adapter(element_type* __arg = 0) in _GLIBCXX_VISIBILITY()
349 inline element_type* in _GLIBCXX_VISIBILITY()
[all …]
H A Dcast.h53 { typedef typename _ToType::element_type* type; }; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dptr_traits.h82 using __element_type = typename _Tp::element_type; in _GLIBCXX_VISIBILITY()
99 using element_type in _GLIBCXX_VISIBILITY()
111 pointer_to(__make_not_void<element_type>& __e) in _GLIBCXX_VISIBILITY()
114 static_assert(!is_same<element_type, __undefined>::value, in _GLIBCXX_VISIBILITY()
128 typedef _Tp element_type; in _GLIBCXX_VISIBILITY()
141 pointer_to(__make_not_void<element_type>& __r) noexcept in _GLIBCXX_VISIBILITY()
159 constexpr typename std::pointer_traits<_Ptr>::element_type* in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_base.h1000 using element_type = _Tp; in _GLIBCXX_VISIBILITY()
1002 element_type& in _GLIBCXX_VISIBILITY()
1009 element_type* in _GLIBCXX_VISIBILITY()
1017 element_type* in _GLIBCXX_VISIBILITY()
1027 using element_type = _Tp; in _GLIBCXX_VISIBILITY()
1029 element_type* in _GLIBCXX_VISIBILITY()
1043 using element_type = typename remove_extent<_Tp>::type; in _GLIBCXX_VISIBILITY()
1047 element_type& in _GLIBCXX_VISIBILITY()
1055 element_type* in _GLIBCXX_VISIBILITY()
1063 element_type& in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr.h117 using element_type = typename __shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
234 shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
415 using _Tp_elt = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
416 using _Up_elt = typename shared_ptr<_Up>::element_type; in _GLIBCXX_VISIBILITY()
425 using _Tp_elt = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
433 using _Tp_elt = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
498 return _Sp(__r, static_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY()
506 return _Sp(__r, const_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY()
514 if (auto* __p = dynamic_cast<typename _Sp::element_type*>(__r.get())) in _GLIBCXX_VISIBILITY()
525 return _Sp(__r, reinterpret_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY()
[all …]
H A Dunique_ptr.h170 using element_type = _Tp; in _GLIBCXX_VISIBILITY()
325 typename add_lvalue_reference<element_type>::type in _GLIBCXX_VISIBILITY()
422 using element_type = _Tp; in _GLIBCXX_VISIBILITY()
429 typename _Up_element_type = typename _Up_up::element_type> in _GLIBCXX_VISIBILITY()
432 is_same<pointer, element_type*>, in _GLIBCXX_VISIBILITY()
434 is_convertible<_Up_element_type(*)[], element_type(*)[]>, in _GLIBCXX_VISIBILITY()
446 is_same<pointer, element_type*>, in _GLIBCXX_VISIBILITY()
449 element_type(*)[]> in _GLIBCXX_VISIBILITY()
584 typename std::add_lvalue_reference<element_type>::type in _GLIBCXX_VISIBILITY()
630 __and_<is_same<pointer, element_type*>, in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dptr_traits.h41 _GLIBCXX_HAS_NESTED_TYPE(element_type) in _GLIBCXX_VISIBILITY()
50 typedef typename _Tp::element_type __type; in _GLIBCXX_VISIBILITY()
142 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; in _GLIBCXX_VISIBILITY()
160 typedef _Tp element_type; in _GLIBCXX_VISIBILITY()
173 pointer_to(typename __ptrtr_not_void<element_type>::__type& __r) noexcept in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_base.h763 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
1172 typedef typename _Sp::element_type element_type; in _GLIBCXX_VISIBILITY() typedef
1173 return std::less<element_type*>()(__lhs.get(), __rhs.get()); in _GLIBCXX_VISIBILITY()
1229 typedef _Tp element_type; in _GLIBCXX_VISIBILITY()
1289 return __shared_ptr<element_type, _Lp>(); in _GLIBCXX_VISIBILITY()
1293 return __shared_ptr<element_type, _Lp>(*this); in _GLIBCXX_VISIBILITY()
1300 return __shared_ptr<element_type, _Lp>(); in _GLIBCXX_VISIBILITY()
1305 return expired() ? __shared_ptr<element_type, _Lp>() in _GLIBCXX_VISIBILITY()
1306 : __shared_ptr<element_type, _Lp>(*this); in _GLIBCXX_VISIBILITY()
H A Dunique_ptr.h110 typedef _Tp element_type; in _GLIBCXX_VISIBILITY()
207 typename std::add_lvalue_reference<element_type>::type in _GLIBCXX_VISIBILITY()
278 typedef _Tp element_type; in _GLIBCXX_VISIBILITY()
353 typename std::add_lvalue_reference<element_type>::type in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dpropagate_const66 typedef remove_reference_t<decltype(*std::declval<_Tp&>())> element_type;
85 static constexpr element_type*
90 static constexpr element_type*
95 static constexpr const element_type*
100 static constexpr const element_type*
177 constexpr const element_type* operator->() const
185 const element_type*>
187 constexpr operator const element_type*() const
192 constexpr const element_type& operator*() const
197 constexpr const element_type* get() const
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h68 using element_type = typename _Base_type::element_type; in _GLIBCXX_VISIBILITY()
84 && experimental::is_convertible_v<_Ptr, element_type*>, in _GLIBCXX_VISIBILITY()
117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
153 using __elem_t = typename unique_ptr<_Tp1, _Del>::element_type; in _GLIBCXX_VISIBILITY()
295 using __elem_t1 = typename shared_ptr<_Tp1>::element_type; in _GLIBCXX_VISIBILITY()
296 using __elem_t2 = typename shared_ptr<_Tp2>::element_type; in _GLIBCXX_VISIBILITY()
305 using __elem_t = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
313 using __elem_t = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
343 using __elem_t = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
351 using __elem_t = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/include/
H A Dunique-ptr.h138 typedef T element_type;
143 explicit unique_ptr_base (element_type *p = NULL) throw () : m_ptr (p) {}
210 element_type *get () const throw () { return m_ptr; }
212 element_type *release () throw ()
219 void reset (element_type *p = NULL) throw ()
238 element_type *m_ptr;
/dflybsd-src/contrib/gdb-7/gdb/
H A Dc-lang.c243 struct type *element_type = TYPE_TARGET_TYPE (type); in c_get_string() local
248 if (element_type == NULL) in c_get_string()
273 if (! c_textual_element_type (element_type, 0)) in c_get_string()
275 classify_type (element_type, get_type_arch (element_type), charset); in c_get_string()
276 width = TYPE_LENGTH (element_type); in c_get_string()
341 *char_type = element_type; in c_get_string()
611 struct type *element_type in evaluate_subexp_c() local
614 if (TYPE_CODE (element_type) == TYPE_CODE_INT in evaluate_subexp_c()
615 || TYPE_CODE (element_type) == TYPE_CODE_CHAR) in evaluate_subexp_c()
617 type = element_type; in evaluate_subexp_c()
H A Deval.c885 struct type *element_type = TYPE_TARGET_TYPE (type); in evaluate_subexp_standard() local
887 int element_size = TYPE_LENGTH (check_typedef (element_type)); in evaluate_subexp_standard()
907 element = evaluate_subexp (element_type, exp, pos, noside); in evaluate_subexp_standard()
908 if (value_type (element) != element_type) in evaluate_subexp_standard()
909 element = value_cast (element_type, element); in evaluate_subexp_standard()
939 struct type *element_type = TYPE_INDEX_TYPE (type); in evaluate_subexp_standard() local
940 struct type *check_type = element_type; in evaluate_subexp_standard()
948 if (get_discrete_bounds (element_type, &low_bound, &high_bound) < 0) in evaluate_subexp_standard()
960 elem_val = evaluate_subexp (element_type, exp, pos, noside); in evaluate_subexp_standard()
963 elem_val = evaluate_subexp (element_type, exp, pos, noside); in evaluate_subexp_standard()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dshared_ptr.h551 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
612 : _M_ptr(static_cast<element_type*>(__r._M_ptr)), in _GLIBCXX_VISIBILITY()
618 : _M_ptr(const_cast<element_type*>(__r._M_ptr)), in _GLIBCXX_VISIBILITY()
624 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)), in _GLIBCXX_VISIBILITY()
810 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
869 return __shared_ptr<element_type, _Lp>(); in _GLIBCXX_VISIBILITY()
873 return __shared_ptr<element_type, _Lp>(*this); in _GLIBCXX_VISIBILITY()
880 return __shared_ptr<element_type, _Lp>(); in _GLIBCXX_VISIBILITY()
885 return expired() ? __shared_ptr<element_type, _Lp>() in _GLIBCXX_VISIBILITY()
886 : __shared_ptr<element_type, _Lp>(*this); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dshared_ptr.h542 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
603 : _M_ptr(static_cast<element_type*>(__r._M_ptr)), in _GLIBCXX_VISIBILITY()
609 : _M_ptr(const_cast<element_type*>(__r._M_ptr)), in _GLIBCXX_VISIBILITY()
615 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)), in _GLIBCXX_VISIBILITY()
801 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef
860 return __shared_ptr<element_type, _Lp>(); in _GLIBCXX_VISIBILITY()
864 return __shared_ptr<element_type, _Lp>(*this); in _GLIBCXX_VISIBILITY()
871 return __shared_ptr<element_type, _Lp>(); in _GLIBCXX_VISIBILITY()
876 return expired() ? __shared_ptr<element_type, _Lp>() in _GLIBCXX_VISIBILITY()
877 : __shared_ptr<element_type, _Lp>(*this); in _GLIBCXX_VISIBILITY()
/dflybsd-src/bin/chio/
H A Ddefs.h43 struct element_type { struct
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddwarf2out.h269 tree element_type; member

123