Home
last modified time | relevance | path

Searched refs:_InputIterator (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dfunctions.h55 template<typename _InputIterator>
56 inline _InputIterator
57 __check_valid_range(const _InputIterator& __first, in __check_valid_range()
58 const _InputIterator& __last, in __check_valid_range()
99 typename _InputIterator>
103 const _InputIterator& __other, const _InputIterator& __other_end, in __foreign_iterator_aux3()
115 typename _InputIterator>
119 const _InputIterator&, const _InputIterator&, in __foreign_iterator_aux3() argument
148 typename _InputIterator>
152 const _InputIterator& __other, in __foreign_iterator_aux2()
[all …]
Dhelper_functions.h159 template<typename _InputIterator>
162 __valid_range_aux(_InputIterator __first, _InputIterator __last,
169 template<typename _InputIterator>
172 __valid_range_aux(_InputIterator __first, _InputIterator __last,
183 template<typename _InputIterator>
186 __valid_range_aux(_InputIterator __first, _InputIterator __last,
193 template<typename _InputIterator>
196 __valid_range_aux(_InputIterator __first, _InputIterator __last,
197 typename _Distance_traits<_InputIterator>::__type& __dist,
227 template<typename _InputIterator>
[all …]
Dunordered_map125 template<typename _InputIterator>
126 unordered_map(_InputIterator __first, _InputIterator __last,
174 template<typename _InputIterator>
175 unordered_map(_InputIterator __first, _InputIterator __last,
181 template<typename _InputIterator>
182 unordered_map(_InputIterator __first, _InputIterator __last,
426 template<typename _InputIterator>
428 insert(_InputIterator __first, _InputIterator __last)
430 typename __gnu_debug::_Distance_traits<_InputIterator>::__type __dist;
764 template<typename _InputIterator,
[all …]
Dunordered_set121 template<typename _InputIterator>
122 unordered_set(_InputIterator __first, _InputIterator __last,
169 template<typename _InputIterator>
170 unordered_set(_InputIterator __first, _InputIterator __last,
176 template<typename _InputIterator>
177 unordered_set(_InputIterator __first, _InputIterator __last,
393 template<typename _InputIterator>
395 insert(_InputIterator __first, _InputIterator __last)
397 typename __gnu_debug::_Distance_traits<_InputIterator>::__type __dist;
646 template<typename _InputIterator,
[all …]
Dmultimap.h129 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
130 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
143 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
144 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
310 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
312 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
314 typename __gnu_debug::_Distance_traits<_InputIterator>::__type __dist; in _GLIBCXX_VISIBILITY()
594 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
595 typename _Compare = less<__iter_key_t<_InputIterator>>, in _GLIBCXX_VISIBILITY()
596 typename _Allocator = allocator<__iter_to_alloc_t<_InputIterator>>, in _GLIBCXX_VISIBILITY()
[all …]
Dmultiset.h129 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
130 multiset(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
143 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
144 multiset(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
275 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
277 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
279 typename __gnu_debug::_Distance_traits<_InputIterator>::__type __dist; in _GLIBCXX_VISIBILITY()
562 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
564 less<typename iterator_traits<_InputIterator>::value_type>, in _GLIBCXX_VISIBILITY()
566 allocator<typename iterator_traits<_InputIterator>::value_type>, in _GLIBCXX_VISIBILITY()
[all …]
Dset.h127 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
128 set(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
141 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
142 set(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
283 template <typename _InputIterator> in _GLIBCXX_VISIBILITY()
285 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
287 typename __gnu_debug::_Distance_traits<_InputIterator>::__type __dist; in _GLIBCXX_VISIBILITY()
573 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
575 less<typename iterator_traits<_InputIterator>::value_type>, in _GLIBCXX_VISIBILITY()
577 allocator<typename iterator_traits<_InputIterator>::value_type>, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dstl_numeric.h131 template<typename _InputIterator, typename _Tp> in _GLIBCXX_VISIBILITY()
134 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in _GLIBCXX_VISIBILITY()
137 __glibcxx_function_requires(_InputIteratorConcept<_InputIterator>) in _GLIBCXX_VISIBILITY()
158 template<typename _InputIterator, typename _Tp, typename _BinaryOperation> in _GLIBCXX_VISIBILITY()
161 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in _GLIBCXX_VISIBILITY()
165 __glibcxx_function_requires(_InputIteratorConcept<_InputIterator>) in _GLIBCXX_VISIBILITY()
253 template<typename _InputIterator, typename _OutputIterator> in _GLIBCXX_VISIBILITY()
256 partial_sum(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
259 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in _GLIBCXX_VISIBILITY()
262 __glibcxx_function_requires(_InputIteratorConcept<_InputIterator>) in _GLIBCXX_VISIBILITY()
[all …]
Dstl_iterator_base_funcs.h78 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
80 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY()
81 __distance(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
85 __glibcxx_function_requires(_InputIteratorConcept<_InputIterator>) in _GLIBCXX_VISIBILITY()
87 typename iterator_traits<_InputIterator>::difference_type __n = 0; in _GLIBCXX_VISIBILITY()
143 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
146 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY()
147 distance(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
154 template<typename _InputIterator, typename _Distance> in _GLIBCXX_VISIBILITY()
156 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) in _GLIBCXX_VISIBILITY()
[all …]
Dstl_queue.h201 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
202 typename = _RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
203 queue(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
206 template<typename _InputIterator, typename _Alloc, in _GLIBCXX_VISIBILITY()
207 typename = _RequireInputIter<_InputIterator>, in _GLIBCXX_VISIBILITY()
209 queue(_InputIterator __first, _InputIterator __last, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
350 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
352 = typename iterator_traits<_InputIterator>::value_type, in _GLIBCXX_VISIBILITY()
353 typename = _RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
354 queue(_InputIterator, _InputIterator) -> queue<_ValT>; in _GLIBCXX_VISIBILITY()
[all …]
Dunordered_map.h173 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
174 unordered_map(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
246 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
247 unordered_map(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
253 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
254 unordered_map(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
616 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
618 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
1140 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
1141 typename _Hash = hash<__iter_key_t<_InputIterator>>, in _GLIBCXX_VISIBILITY()
[all …]
Dstl_uninitialized.h110 template<typename _InputIterator, typename _ForwardIterator> in _GLIBCXX_VISIBILITY()
113 __do_uninit_copy(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
133 template<typename _InputIterator, typename _ForwardIterator> in _GLIBCXX_VISIBILITY()
135 __uninit_copy(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
143 template<typename _InputIterator, typename _ForwardIterator> in _GLIBCXX_VISIBILITY()
145 __uninit_copy(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
161 template<typename _InputIterator, typename _ForwardIterator> in _GLIBCXX_VISIBILITY()
163 uninitialized_copy(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
166 typedef typename iterator_traits<_InputIterator>::value_type in _GLIBCXX_VISIBILITY()
177 typedef typename iterator_traits<_InputIterator>::reference _From; in _GLIBCXX_VISIBILITY()
[all …]
Dunordered_set.h167 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
168 unordered_set(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
240 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
241 unordered_set(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
247 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
248 unordered_set(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
469 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
471 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
874 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
876 hash<typename iterator_traits<_InputIterator>::value_type>, in _GLIBCXX_VISIBILITY()
[all …]
Dstl_stack.h176 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
177 typename = _RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
178 stack(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
205 template<typename _InputIterator, typename _Alloc, in _GLIBCXX_VISIBILITY()
206 typename = _RequireInputIter<_InputIterator>, in _GLIBCXX_VISIBILITY()
208 stack(_InputIterator __first, _InputIterator __last, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
325 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
327 = typename iterator_traits<_InputIterator>::value_type, in _GLIBCXX_VISIBILITY()
328 typename = _RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
329 stack(_InputIterator, _InputIterator) -> stack<_ValT>; in _GLIBCXX_VISIBILITY()
[all …]
Dstl_algo.h103 template<typename _InputIterator, typename _Predicate> in _GLIBCXX_VISIBILITY()
105 inline _InputIterator in _GLIBCXX_VISIBILITY()
106 __find_if_not(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
117 template<typename _InputIterator, typename _Predicate, typename _Distance> in _GLIBCXX_VISIBILITY()
119 _InputIterator in _GLIBCXX_VISIBILITY()
120 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred) in _GLIBCXX_VISIBILITY()
452 template<typename _InputIterator, typename _Predicate> in _GLIBCXX_VISIBILITY()
455 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) in _GLIBCXX_VISIBILITY()
470 template<typename _InputIterator, typename _Predicate> in _GLIBCXX_VISIBILITY()
473 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) in _GLIBCXX_VISIBILITY()
[all …]
Dstl_vector.h701 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
702 typename = std::_RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
704 vector(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
712 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
713 vector(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
718 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
821 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
822 typename = std::_RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
825 assign(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
828 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
[all …]
Dstl_bvector.h818 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
819 typename = std::_RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
821 vector(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
829 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
830 vector(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
835 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
920 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
921 typename = std::_RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
924 assign(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
927 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
[all …]
Dstl_multiset.h187 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
188 multiset(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
203 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
204 multiset(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
268 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
269 multiset(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
551 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
553 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
923 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
925 less<typename iterator_traits<_InputIterator>::value_type>, in _GLIBCXX_VISIBILITY()
[all …]
Dstl_multimap.h258 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
259 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
274 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
275 multimap(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
290 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
291 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
617 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
619 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
1089 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
1090 typename _Compare = less<__iter_key_t<_InputIterator>>, in _GLIBCXX_VISIBILITY()
[all …]
Dstl_set.h192 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
193 set(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
209 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
210 set(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
272 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
273 set(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
566 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
568 insert(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
939 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
941 less<typename iterator_traits<_InputIterator>::value_type>, in _GLIBCXX_VISIBILITY()
[all …]
Dstl_deque.h1001 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
1002 typename = std::_RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
1003 deque(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
1011 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
1012 deque(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
1017 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
1106 template<typename _InputIterator, in _GLIBCXX_VISIBILITY()
1107 typename = std::_RequireInputIter<_InputIterator>> in _GLIBCXX_VISIBILITY()
1109 assign(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
1112 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dalgorithm70 template<typename _InputIterator, typename _Size, typename _OutputIterator>
71 std::pair<_InputIterator, _OutputIterator>
72 __copy_n(_InputIterator __first, _Size __count,
82 return std::pair<_InputIterator, _OutputIterator>(__first, __result);
111 template<typename _InputIterator, typename _Size, typename _OutputIterator>
112 inline std::pair<_InputIterator, _OutputIterator>
113 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
116 __glibcxx_function_requires(_InputIteratorConcept<_InputIterator>)
118 typename std::iterator_traits<_InputIterator>::value_type>)
215 template<typename _InputIterator, typename _Tp, typename _Size>
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
Dhash_set142 template<class _InputIterator>
143 hash_set(_InputIterator __f, _InputIterator __l)
147 template<class _InputIterator>
148 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
152 template<class _InputIterator>
153 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
158 template<class _InputIterator>
159 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
201 template<class _InputIterator>
203 insert(_InputIterator __f, _InputIterator __l)
[all …]
Dhash_map138 template<class _InputIterator>
139 hash_map(_InputIterator __f, _InputIterator __l)
143 template<class _InputIterator>
144 hash_map(_InputIterator __f, _InputIterator __l, size_type __n)
148 template<class _InputIterator>
149 hash_map(_InputIterator __f, _InputIterator __l, size_type __n,
154 template<class _InputIterator>
155 hash_map(_InputIterator __f, _InputIterator __l, size_type __n,
202 template<class _InputIterator>
204 insert(_InputIterator __f, _InputIterator __l)
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dunordered_set.h75 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
76 __unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
125 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
126 __unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
193 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
194 unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
243 template<typename _InputIterator> in _GLIBCXX_VISIBILITY()
244 unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()

1234