Home
last modified time | relevance | path

Searched refs:_Alloc (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Duses_allocator.h41 template<typename _Alloc, typename _Tp> in _GLIBCXX_VISIBILITY()
55 template<typename _Tp, typename _Alloc> in _GLIBCXX_VISIBILITY()
62 template<typename _Tp, typename _Alloc> in _GLIBCXX_VISIBILITY()
74 template<typename _Alloc> in _GLIBCXX_VISIBILITY()
77 template<typename _Alloc> in _GLIBCXX_VISIBILITY()
87 __uses_alloc1<_Alloc>, in _GLIBCXX_VISIBILITY()
88 __uses_alloc2<_Alloc>>::type in _GLIBCXX_VISIBILITY()
102 __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>; in _GLIBCXX_VISIBILITY()
106 __use_alloc(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
128 _Predicate<_Tp, _Args..., _Alloc>>, in _GLIBCXX_VISIBILITY()
[all …]
H A Dalloc_traits.h203 = __detected_or_t<typename is_empty<_Alloc>::type, __equal, _Alloc>; in _GLIBCXX_VISIBILITY()
377 static _Alloc in _GLIBCXX_VISIBILITY()
511 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type) in _GLIBCXX_VISIBILITY()
516 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) in _GLIBCXX_VISIBILITY()
520 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two) in _GLIBCXX_VISIBILITY()
528 inline _Alloc __alloc_on_copy(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
539 inline void __do_alloc_on_move(_Alloc&, _Alloc&, false_type) in _GLIBCXX_VISIBILITY()
543 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two) in _GLIBCXX_VISIBILITY()
558 inline void __do_alloc_on_swap(_Alloc&, _Alloc&, false_type) in _GLIBCXX_VISIBILITY()
562 inline void __alloc_on_swap(_Alloc& __one, _Alloc& __two) in _GLIBCXX_VISIBILITY()
[all …]
H A Dbasic_string.tcc58 basic_string<_CharT, _Traits, _Alloc>::
132 basic_string<_CharT, _Traits, _Alloc>::
358 basic_string<_CharT, _Traits, _Alloc>&
391 basic_string<_CharT, _Traits, _Alloc>&
522 if (__beg == __end && __a == _Alloc())
568 if (__beg == __end && __a == _Alloc())
596 if (__n == 0 && __a == _Alloc())
618 basic_string(const _Alloc& __a)
639 + __pos, _Alloc()), _Alloc())
645 size_type __n, const _Alloc& __a)
[all …]
H A Dforward_list.tcc39 _Fwd_list_base<_Tp, _Alloc>::
63 _Fwd_list_base<_Tp, _Alloc>::
113 forward_list<_Tp, _Alloc>::
126 forward_list<_Tp, _Alloc>::
138 forward_list<_Tp, _Alloc>&
139 forward_list<_Tp, _Alloc>::
163 forward_list<_Tp, _Alloc>::
181 forward_list<_Tp, _Alloc>::
200 forward_list<_Tp, _Alloc>::
219 forward_list<_Tp, _Alloc>::
[all …]
H A Dlist.tcc101 list<_Tp, _Alloc>::
117 list<_Tp, _Alloc>::
150 list<_Tp, _Alloc>::
175 list<_Tp, _Alloc>::
211 list<_Tp, _Alloc>::
230 list<_Tp, _Alloc>::
242 list<_Tp, _Alloc>::
254 list<_Tp, _Alloc>::
266 list<_Tp, _Alloc>&
267 list<_Tp, _Alloc>::
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dalloc_traits.h428 static _Alloc in _GLIBCXX_VISIBILITY()
456 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type) in _GLIBCXX_VISIBILITY()
461 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) in _GLIBCXX_VISIBILITY()
465 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two) in _GLIBCXX_VISIBILITY()
473 inline _Alloc __alloc_on_copy(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
480 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type) in _GLIBCXX_VISIBILITY()
484 inline void __do_alloc_on_move(_Alloc&, _Alloc&, false_type) in _GLIBCXX_VISIBILITY()
488 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two) in _GLIBCXX_VISIBILITY()
496 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type) in _GLIBCXX_VISIBILITY()
503 inline void __do_alloc_on_swap(_Alloc&, _Alloc&, false_type) in _GLIBCXX_VISIBILITY()
[all …]
H A Dbasic_string.tcc52 basic_string<_CharT, _Traits, _Alloc>::
57 basic_string<_CharT, _Traits, _Alloc>::
84 if (__beg == __end && __a == _Alloc()) in _S_construct()
130 if (__beg == __end && __a == _Alloc()) in _S_construct()
154 basic_string<_CharT, _Traits, _Alloc>::
158 if (__n == 0 && __a == _Alloc())
180 basic_string(const _Alloc& __a) in basic_string()
191 + __pos, _Alloc()), _Alloc()) in basic_string()
197 size_type __n, const _Alloc& __a) in basic_string()
243 basic_string<_CharT, _Traits, _Alloc>&
[all …]
H A Duses_allocator.h45 template<typename _Tp, typename _Alloc, in _GLIBCXX_VISIBILITY()
50 template<typename _Tp, typename _Alloc> in _GLIBCXX_VISIBILITY()
57 template<typename _Tp, typename _Alloc> in _GLIBCXX_VISIBILITY()
65 : is_constructible<_Tp, _Alloc, _Args...> in _GLIBCXX_VISIBILITY()
71 template<typename _Alloc> in _GLIBCXX_VISIBILITY()
73 template<typename _Alloc> in _GLIBCXX_VISIBILITY()
83 __uses_alloc1<_Alloc>, in _GLIBCXX_VISIBILITY()
84 __uses_alloc2<_Alloc>>::type in _GLIBCXX_VISIBILITY()
93 : __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...> in _GLIBCXX_VISIBILITY()
97 __uses_alloc_impl<_Tp, _Alloc, _Args...> in _GLIBCXX_VISIBILITY()
[all …]
H A Dforward_list.tcc38 _Fwd_list_base<_Tp, _Alloc>::
70 _Fwd_list_base<_Tp, _Alloc>::
118 forward_list<_Tp, _Alloc>::
131 forward_list<_Tp, _Alloc>::
143 forward_list<_Tp, _Alloc>&
144 forward_list<_Tp, _Alloc>::
171 forward_list<_Tp, _Alloc>::
189 forward_list<_Tp, _Alloc>::
208 forward_list<_Tp, _Alloc>::
227 forward_list<_Tp, _Alloc>::
[all …]
H A Dlist.tcc99 list<_Tp, _Alloc>::
109 list<_Tp, _Alloc>::
120 list<_Tp, _Alloc>::
139 list<_Tp, _Alloc>::
154 list<_Tp, _Alloc>::
169 list<_Tp, _Alloc>::
184 list<_Tp, _Alloc>&
185 list<_Tp, _Alloc>::
207 list<_Tp, _Alloc>::
239 list<_Tp, _Alloc>::
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp121 rc<_Node, _Alloc>::
126 rc<_Node, _Alloc>::
132 rc<_Node, _Alloc>::
150 rc<_Node, _Alloc>::
161 rc<_Node, _Alloc>::
172 rc<_Node, _Alloc>::
182 rc<_Node, _Alloc>::
191 rc<_Node, _Alloc>::
197 rc<_Node, _Alloc>::
207 rc<_Node, _Alloc>::
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp121 rc<_Node, _Alloc>::
126 rc<_Node, _Alloc>::
132 rc<_Node, _Alloc>::
150 rc<_Node, _Alloc>::
161 rc<_Node, _Alloc>::
172 rc<_Node, _Alloc>::
182 rc<_Node, _Alloc>::
191 rc<_Node, _Alloc>::
197 rc<_Node, _Alloc>::
207 rc<_Node, _Alloc>::
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp81 _Alloc>
94 _Alloc>
107 _Alloc>
120 _Alloc>
130 _Alloc>
138 _Alloc>
146 _Alloc>
154 _Alloc>*
188 _Alloc>
203 _Alloc>
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp81 _Alloc>
94 _Alloc>
107 _Alloc>
120 _Alloc>
130 _Alloc>
138 _Alloc>
146 _Alloc>
154 _Alloc>*
193 _Alloc>
208 _Alloc>
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Drc_string_base.h152 _M_destroy(const _Alloc&) throw(); in _GLIBCXX_VISIBILITY()
194 _M_grab(const _Alloc& __alloc) const in _GLIBCXX_VISIBILITY()
231 const _Alloc& __a, std::__false_type) in _GLIBCXX_VISIBILITY()
242 const _Alloc& __a, std::__true_type) in _GLIBCXX_VISIBILITY()
327 const _Alloc& __a); in _GLIBCXX_VISIBILITY()
373 const _Alloc& __alloc) in _GLIBCXX_VISIBILITY()
472 __rc_string_base(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
490 const _Alloc& __a) in _GLIBCXX_VISIBILITY()
514 if (__beg == __end && __a == _Alloc()) in _GLIBCXX_VISIBILITY()
559 if (__beg == __end && __a == _Alloc()) in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring.tcc50 __versa_string<_CharT, _Traits, _Alloc, _Base>::
62 __versa_string<_CharT, _Traits, _Alloc, _Base>&
63 __versa_string<_CharT, _Traits, _Alloc, _Base>::
96 __versa_string<_CharT, _Traits, _Alloc, _Base>&
97 __versa_string<_CharT, _Traits, _Alloc, _Base>::
126 __versa_string<_CharT, _Traits, _Alloc, _Base>&
180 __versa_string<_CharT, _Traits, _Alloc, _Base>
193 __versa_string<_CharT, _Traits, _Alloc, _Base>
210 __versa_string<_CharT, _Traits, _Alloc, _Base>
223 __versa_string<_CharT, _Traits, _Alloc, _Base>
[all …]
H A Dalloc_traits.h53 template<typename _Alloc> in _GLIBCXX_VISIBILITY()
57 template<typename _Alloc> in _GLIBCXX_VISIBILITY()
109 template<typename _Alloc> in _GLIBCXX_VISIBILITY()
112 : std::allocator_traits<_Alloc> in _GLIBCXX_VISIBILITY()
115 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()
151 destroy(_Alloc& __a, _Ptr __p) in _GLIBCXX_VISIBILITY()
154 static _Alloc _S_select_on_copy(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
157 static void _S_on_swap(_Alloc& __a, _Alloc& __b) in _GLIBCXX_VISIBILITY()
179 || noexcept(swap(std::declval<_Alloc&>(), std::declval<_Alloc&>())); in _GLIBCXX_VISIBILITY()
211 static const _Alloc& _S_select_on_copy(const _Alloc& __a) { return __a; } in _GLIBCXX_VISIBILITY()
[all …]
H A Dropeimpl.h325 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
428 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
457 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
493 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
529 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
588 rope<_CharT,_Alloc>:: in _GLIBCXX_VISIBILITY()
652 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
715 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
922 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
1048 rope<_CharT, _Alloc>:: in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drc_string_base.h151 _M_destroy(const _Alloc&) throw(); in _GLIBCXX_VISIBILITY()
193 _M_grab(const _Alloc& __alloc) const in _GLIBCXX_VISIBILITY()
230 const _Alloc& __a, std::__false_type) in _GLIBCXX_VISIBILITY()
241 const _Alloc& __a, std::__true_type) in _GLIBCXX_VISIBILITY()
326 const _Alloc& __a); in _GLIBCXX_VISIBILITY()
375 const _Alloc& __alloc) in _GLIBCXX_VISIBILITY()
474 __rc_string_base(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
492 const _Alloc& __a) in _GLIBCXX_VISIBILITY()
516 if (__beg == __end && __a == _Alloc()) in _GLIBCXX_VISIBILITY()
561 if (__beg == __end && __a == _Alloc()) in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring.tcc49 __versa_string<_CharT, _Traits, _Alloc, _Base>::
61 __versa_string<_CharT, _Traits, _Alloc, _Base>&
62 __versa_string<_CharT, _Traits, _Alloc, _Base>::
96 __versa_string<_CharT, _Traits, _Alloc, _Base>&
97 __versa_string<_CharT, _Traits, _Alloc, _Base>::
126 __versa_string<_CharT, _Traits, _Alloc, _Base>&
180 __versa_string<_CharT, _Traits, _Alloc, _Base>
193 __versa_string<_CharT, _Traits, _Alloc, _Base>
210 __versa_string<_CharT, _Traits, _Alloc, _Base>
223 __versa_string<_CharT, _Traits, _Alloc, _Base>
[all …]
H A Dalloc_traits.h49 template<typename _Alloc, typename = typename _Alloc::value_type> in _GLIBCXX_VISIBILITY()
52 : std::allocator_traits<_Alloc> in _GLIBCXX_VISIBILITY()
55 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()
91 destroy(_Alloc& __a, _Ptr __p) in _GLIBCXX_VISIBILITY()
94 static _Alloc _S_select_on_copy(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
97 static void _S_on_swap(_Alloc& __a, _Alloc& __b) in _GLIBCXX_VISIBILITY()
129 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY()
139 static void destroy(_Alloc& __a, pointer __p) in _GLIBCXX_VISIBILITY()
142 static size_type max_size(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
145 static const _Alloc& _S_select_on_copy(const _Alloc& __a) { return __a; } in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type;
122 template<typename Key, typename _Alloc, typename Policy_Tl>
134 typedef lu_set<Key, null_type, at0t, _Alloc, at1t> type;
146 typedef pat_trie_map<Key, Mapped, at1t, _Alloc> type;
150 template<typename Key, typename _Alloc, typename Policy_Tl>
179 template<typename Key, typename _Alloc, typename Policy_Tl>
210 template<typename Key, typename _Alloc, typename Policy_Tl>
274 typedef cc_ht_map<Key, Mapped, at0t, at1t, _Alloc,
297 typedef cc_ht_set<Key, null_type, at0t, at1t, _Alloc,
321 typedef gp_ht_map<Key, Mapped, at0t, at1t, _Alloc,
[all …]
H A Dtypes_traits.hpp114 struct type_base<Key, Mapped, _Alloc, false>
117 typedef typename _Alloc::size_type size_type;
147 struct type_base<Key, Mapped, _Alloc, true>
150 typedef typename _Alloc::size_type size_type;
180 template<typename Key, typename _Alloc>
184 typedef typename _Alloc::size_type size_type;
210 template<typename Key, typename _Alloc>
219 template<typename Key, typename _Alloc>
223 typedef typename _Alloc::size_type size_type;
249 template<typename Key, typename _Alloc>
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type;
122 template<typename Key, typename _Alloc, typename Policy_Tl>
134 typedef lu_set<Key, null_type, at0t, _Alloc, at1t> type;
146 typedef pat_trie_map<Key, Mapped, at1t, _Alloc> type;
150 template<typename Key, typename _Alloc, typename Policy_Tl>
179 template<typename Key, typename _Alloc, typename Policy_Tl>
210 template<typename Key, typename _Alloc, typename Policy_Tl>
274 typedef cc_ht_map<Key, Mapped, at0t, at1t, _Alloc,
297 typedef cc_ht_set<Key, null_type, at0t, at1t, _Alloc,
321 typedef gp_ht_map<Key, Mapped, at0t, at1t, _Alloc,
[all …]
H A Dtypes_traits.hpp114 struct type_base<Key, Mapped, _Alloc, false>
117 typedef typename _Alloc::size_type size_type;
147 struct type_base<Key, Mapped, _Alloc, true>
150 typedef typename _Alloc::size_type size_type;
180 template<typename Key, typename _Alloc>
184 typedef typename _Alloc::size_type size_type;
210 template<typename Key, typename _Alloc>
219 template<typename Key, typename _Alloc>
223 typedef typename _Alloc::size_type size_type;
249 template<typename Key, typename _Alloc>
[all …]

12345678910>>...12