Searched refs:__it (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_algos.h45 typename _Container::iterator __it = __output.begin(); local
56 if (__it == __output.end())
59 if (*__it < __value)
62 ++__it;
66 __output.insert(__it, __value);
76 typename _Container::const_iterator __it; local
77 for (__it = __input.begin(); __it != __input.end(); ++__it)
78 __insert_top_n(__output, *__it, __
[all...]
H A Dprofiler_node.h87 __stack_npt::const_iterator __it;
88 for (__it = __stack->begin(); __it != __stack->end(); ++__it)
89 std::fprintf(__f, "%p ", *__it);
103 __stack_npt::const_iterator __it; local
104 for (__it = __s->begin(); __it != __s->end(); ++__it)
105 __index += reinterpret_cast<std::size_t>(*__it);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dstl_iterator.h52 __can_advance(const std::reverse_iterator<_Iterator>& __it, _Size __n) argument
53 { return __can_advance(__it.base(), -__n); }
57 __can_advance(const std::reverse_iterator<_Iterator>& __it, argument
60 { return __can_advance(__it.base(), __dist, -__way); }
65 _Iterator, _Sequence, std::random_access_iterator_tag> >& __it)
66 { return std::reverse_iterator<_Iterator>(__it.base().base()); }
78 __unsafe(const std::reverse_iterator<_Iterator>& __it) argument
81 return std::reverse_iterator<_UnsafeType>(__unsafe(__it.base()));
86 __unsafe(const std::reverse_iterator<_Iterator>& __it)
87 -> decltype(std::__make_reverse_iterator(__unsafe(__it
64 __base(const std::reverse_iterator<_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag> >& __it) argument
108 __can_advance(const std::move_iterator<_Iterator>& __it, _Size __n) argument
113 __can_advance(const std::move_iterator<_Iterator>& __it, const std::pair<_Diff, _Distance_precision>& __dist, int __way) argument
[all...]
H A Dsafe_unordered_container.h71 [__local_end](__decltype(__local_end) __it)
72 { return __it != __local_end; });
79 this->_M_invalidate_if([__end](__decltype(__end) __it)
80 { return __it != __end; });
H A Dformatter.h267 _Parameter(_Safe_iterator<_Iterator, _Sequence, _Category> const& __it, argument
272 _M_variant._M_iterator._M_address = std::__addressof(__it);
275 __it._S_constant() ? __const_iterator : __mutable_iterator;
276 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
279 if (__it._M_singular())
283 if (__it._M_is_before_begin())
285 else if (__it._M_is_end())
287 else if (__it._M_is_begin())
295 _Parameter(_Safe_local_iterator<_Iterator, _Sequence> const& __it, argument
300 _M_variant._M_iterator._M_address = std::__addressof(__it);
321 _Parameter(const _Type* const& __it, const char* __name, _Is_iterator) argument
334 _Parameter(_Type* const& __it, const char* __name, _Is_iterator) argument
347 _Parameter(_Iterator const& __it, const char* __name, _Is_iterator) argument
364 _Parameter( __gnu_cxx::__normal_iterator<_Iterator, _Container> const& __it, const char* __name, _Is_iterator) argument
371 _Parameter(std::reverse_iterator<_Iterator> const& __it, const char* __name, _Is_iterator) argument
381 _Parameter(std::reverse_iterator<_Safe_iterator<_Iterator, _Sequence, _Category>> const& __it, const char* __name, _Is_iterator) argument
393 _Parameter(std::move_iterator<_Iterator> const& __it, const char* __name, _Is_iterator) argument
399 _Parameter(std::move_iterator<_Safe_iterator<_Iterator, _Sequence, _Category>> const& __it, const char* __name, _Is_iterator) argument
449 _Parameter(const _Iterator& __it, const char* __name, _Is_iterator_value_type) argument
480 _M_iterator(const _Iterator& __it, const char* __name = 0) argument
490 _M_iterator_value_type(const _Iterator& __it, const char* __name = 0) argument
[all...]
H A Dsafe_unordered_base.h169 _M_attach_local(_Safe_iterator_base* __it, bool __constant);
173 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw ();
177 _M_detach_local(_Safe_iterator_base* __it);
181 _M_detach_local_single(_Safe_iterator_base* __it) throw ();
H A Dfunctions.h72 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
82 const _Sequence* __seq = __it._M_get_sequence();
102 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
108 if (__it._M_get_sequence()->empty())
110 return __foreign_iterator_aux4(__it, std::__addressof(*__other));
128 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
131 { return __it._M_get_sequence() != __other._M_get_sequence(); }
151 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
164 return __foreign_iterator_aux3(__it, __other, __other_end, __tag());
181 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
71 __foreign_iterator_aux4( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const typename _Sequence::value_type* __other) argument
101 __foreign_iterator_aux3( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const _InputIterator& __other, const _InputIterator& __other_end, std::__true_type) argument
127 __foreign_iterator_aux2( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const _Safe_iterator<_OtherIterator, _Sequence, _Category>& __other, const _Safe_iterator<_OtherIterator, _Sequence, _Category>&) argument
150 __foreign_iterator_aux2( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const _InputIterator& __other, const _InputIterator& __other_end) argument
180 __foreign_iterator_aux( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, _InputIterator __other, _InputIterator __other_end, std::__false_type) argument
193 __foreign_iterator( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, _InputIterator __other, _InputIterator __other_end) argument
[all...]
H A Dsafe_base.h262 _M_attach(_Safe_iterator_base* __it, bool __constant);
266 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ();
270 _M_detach(_Safe_iterator_base* __it);
274 _M_detach_single(_Safe_iterator_base* __it) throw ();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dstl_iterator.h57 __can_advance(const std::reverse_iterator<_Iterator>& __it, _Size __n) argument
58 { return __gnu_debug::__can_advance(__it.base(), -__n); }
63 __can_advance(const std::reverse_iterator<_Iterator>& __it, argument
66 { return __gnu_debug::__can_advance(__it.base(), __dist, -__way); }
72 _Iterator, _Sequence, std::random_access_iterator_tag> >& __it)
73 { return std::reverse_iterator<_Iterator>(__it.base().base()); }
85 __unsafe(const std::reverse_iterator<_Iterator>& __it) argument
88 return std::reverse_iterator<_UnsafeType>(__unsafe(__it.base()));
94 __unsafe(const std::reverse_iterator<_Iterator>& __it)
95 -> decltype(std::__make_reverse_iterator(__unsafe(__it
71 __base(const std::reverse_iterator<_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag> >& __it) argument
121 __can_advance(const std::move_iterator<_Iterator>& __it, _Size __n) argument
127 __can_advance(const std::move_iterator<_Iterator>& __it, const std::pair<_Diff, _Distance_precision>& __dist, int __way) argument
[all...]
H A Dsafe_unordered_container.h71 [__local_end](__decltype(__local_end) __it)
72 { return __it != __local_end; });
81 operator()(_Iterator __it) const
82 { return _M_source.count(_ExtractKey{}(*__it)) == 0; }
92 operator()(_Iterator __it) const
95 _M_source._M_base().equal_range(_ExtractKey{}(*__it));
99 if (__it == __rit)
169 this->_M_invalidate_if([__end](__decltype(__end) __it)
170 { return __it != __end; });
H A Dformatter.h270 _Parameter(_Safe_iterator<_Iterator, _Sequence, _Category> const& __it, argument
275 _M_variant._M_iterator._M_address = std::__addressof(__it);
278 __it._S_constant() ? __const_iterator : __mutable_iterator;
279 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
282 if (__it._M_singular())
286 if (__it._M_is_before_begin())
288 else if (__it._M_is_end())
290 else if (__it._M_is_begin())
298 _Parameter(_Safe_local_iterator<_Iterator, _Sequence> const& __it, argument
303 _M_variant._M_iterator._M_address = std::__addressof(__it);
324 _Parameter(const _Type* const& __it, const char* __name, _Is_iterator) argument
337 _Parameter(_Type* const& __it, const char* __name, _Is_iterator) argument
350 _Parameter(_Iterator const& __it, const char* __name, _Is_iterator) argument
367 _Parameter( __gnu_cxx::__normal_iterator<_Iterator, _Container> const& __it, const char* __name, _Is_iterator) argument
374 _Parameter(std::reverse_iterator<_Iterator> const& __it, const char* __name, _Is_iterator) argument
384 _Parameter(std::reverse_iterator<_Safe_iterator<_Iterator, _Sequence, _Category>> const& __it, const char* __name, _Is_iterator) argument
396 _Parameter(std::move_iterator<_Iterator> const& __it, const char* __name, _Is_iterator) argument
402 _Parameter(std::move_iterator<_Safe_iterator<_Iterator, _Sequence, _Category>> const& __it, const char* __name, _Is_iterator) argument
452 _Parameter(const _Iterator& __it, const char* __name, _Is_iterator_value_type) argument
483 _M_iterator(const _Iterator& __it, const char* __name = 0) argument
493 _M_iterator_value_type(const _Iterator& __it, const char* __name = 0) argument
[all...]
H A Dsafe_unordered_base.h169 _M_attach_local(_Safe_iterator_base* __it, bool __constant);
173 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw ();
177 _M_detach_local(_Safe_iterator_base* __it);
181 _M_detach_local_single(_Safe_iterator_base* __it) throw ();
H A Dfunctions.h72 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
82 const _Sequence* __seq = __it._M_get_sequence();
102 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
108 if (__it._M_get_sequence()->empty())
110 return __foreign_iterator_aux4(__it, std::__addressof(*__other));
128 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
131 { return __it._M_get_sequence() != __other._M_get_sequence(); }
151 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
164 return __foreign_iterator_aux3(__it, __other, __other_end, __tag());
181 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
71 __foreign_iterator_aux4( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const typename _Sequence::value_type* __other) argument
101 __foreign_iterator_aux3( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const _InputIterator& __other, const _InputIterator& __other_end, std::__true_type) argument
127 __foreign_iterator_aux2( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const _Safe_iterator<_OtherIterator, _Sequence, _Category>& __other, const _Safe_iterator<_OtherIterator, _Sequence, _Category>&) argument
150 __foreign_iterator_aux2( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, const _InputIterator& __other, const _InputIterator& __other_end) argument
180 __foreign_iterator_aux( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, _InputIterator __other, _InputIterator __other_end, std::__false_type) argument
193 __foreign_iterator( const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, _InputIterator __other, _InputIterator __other_end) argument
[all...]
H A Dsafe_base.h262 _M_attach(_Safe_iterator_base* __it, bool __constant);
266 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ();
270 _M_detach(_Safe_iterator_base* __it);
274 _M_detach_single(_Safe_iterator_base* __it) throw ();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc165 auto __it = _M_cmpts.begin(); local
166 if (__it->_M_type == _Type::_Root_name)
167 ++__it;
168 if (__it != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir)
169 __ret = *__it;
183 auto __it = _M_cmpts.begin(); local
184 if (__it->_M_type == _Type::_Root_name)
186 __ret = *__it++;
187 if (__it !
207 auto __it = _M_cmpts.begin(); local
249 auto __it = _M_cmpts.begin(); local
279 auto __it = _M_cmpts.begin(); local
[all...]
H A Dstd-path.cc180 auto __it = _M_cmpts.begin(); local
181 if (__it->_M_type == _Type::_Root_name)
182 ++__it;
183 if (__it != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir)
184 __ret = *__it;
202 auto __it = _M_cmpts.begin(); local
203 if (__it->_M_type == _Type::_Root_name)
205 __ret = *__it++;
206 if (__it !
223 auto __it = _M_cmpts.begin(); local
268 auto __it = _M_cmpts.begin(); local
298 auto __it = _M_cmpts.begin(); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc165 auto __it = _M_cmpts.begin(); local
166 if (__it->_M_type == _Type::_Root_name)
167 ++__it;
168 if (__it != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir)
169 __ret = *__it;
183 auto __it = _M_cmpts.begin(); local
184 if (__it->_M_type == _Type::_Root_name)
186 __ret = *__it++;
187 if (__it !
207 auto __it = _M_cmpts.begin(); local
249 auto __it = _M_cmpts.begin(); local
279 auto __it = _M_cmpts.begin(); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dlist_partition.h6 // software; you can redistribute __it and/or modify __it under the terms
11 // This library is distributed in the hope that __it will be useful, but
90 * @param __f Functor to be applied to each element by traversing __it
117 _IIter __prev = __begin, __it = __begin; local
122 while (__it != __end)
125 for (; __cur < __os_starts.size() and __it != __end; ++__cur)
128 __dist < __dist_limit and __it != __end; ++__dist)
130 __f(__it);
131 ++__it;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dlist_partition.h6 // software; you can redistribute __it and/or modify __it under the terms
11 // This library is distributed in the hope that __it will be useful, but
90 * @param __f Functor to be applied to each element by traversing __it
117 _IIter __prev = __begin, __it = __begin; local
122 while (__it != __end)
125 for (; __cur < __os_starts.size() and __it != __end; ++__cur)
128 __dist < __dist_limit and __it != __end; ++__dist)
130 __f(__it);
131 ++__it;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dpredefined_ops.h66 operator()(_Iterator __it, _Value& __val) const argument
67 { return *__it < __val; }
95 operator()(_Value& __val, _Iterator __it) const
96 { return __val < *__it; }
128 operator()(_Iterator __it, _Value& __val) const argument
129 { return *__it == __val; }
193 operator()(_Iterator __it, _Value& __val) argument
194 { return bool(_M_comp(*__it, __val)); }
237 operator()(_Value& __val, _Iterator __it) argument
238 { return bool(_M_comp(__val, *__it)); }
267 operator ()(_Iterator __it) argument
298 __iter_comp_iter(_Iter_equal_to_iter, _Iterator __it) argument
315 operator ()(_Iterator __it) argument
339 operator ()(_Iterator __it) argument
372 __iter_comp_iter(_Iter_comp_iter<_Compare> __comp, _Iterator __it) argument
392 operator ()(_Iterator __it) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dpredefined_ops.h68 operator()(_Iterator __it, _Value& __val) const argument
69 { return *__it < __val; }
97 operator()(_Value& __val, _Iterator __it) const
98 { return __val < *__it; }
130 operator()(_Iterator __it, _Value& __val) const argument
131 { return *__it == __val; }
195 operator()(_Iterator __it, _Value& __val) argument
196 { return bool(_M_comp(*__it, __val)); }
239 operator()(_Value& __val, _Iterator __it) argument
240 { return bool(_M_comp(__val, *__it)); }
269 operator ()(_Iterator __it) argument
300 __iter_comp_iter(_Iter_equal_to_iter, _Iterator __it) argument
317 operator ()(_Iterator __it) argument
341 operator ()(_Iterator __it) argument
374 __iter_comp_iter(_Iter_comp_iter<_Compare> __comp, _Iterator __it) argument
394 operator ()(_Iterator __it) argument
[all...]
H A Dregex_scanner.h117 auto __it = _M_escape_tbl; local
118 for (; __it->first != '\0'; ++__it)
119 if (__it->first == __c)
120 return &__it->second;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dunordered_base.h245 auto __it = __uc.begin(); local
246 while (__it != __uc.end())
248 auto __bkt = __get_bucket_index(__uc, __it._M_cur);
251 for (++__it, ++__lit; __lit != __lend; ++__it, ++__lit)
274 auto __it = __uc.begin(); local
275 while (__it != __uc.end())
277 auto __bkt = __get_bucket_index(__uc, __it._M_cur);
280 auto __pit = __it;
282 for (++__it,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc311 _M_attach(_Safe_iterator_base* __it, bool __constant) argument
314 _M_attach_single(__it, __constant);
319 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw () argument
323 __it->_M_next = __its;
324 if (__it->_M_next)
325 __it->_M_next->_M_prior = __it;
326 __its = __it;
331 _M_detach(_Safe_iterator_base* __it) argument
333 // Remove __it fro
340 _M_detach_single(_Safe_iterator_base* __it) argument
519 _M_attach_local(_Safe_iterator_base* __it, bool __constant) argument
527 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) argument
539 _M_detach_local(_Safe_iterator_base* __it) argument
548 _M_detach_local_single(_Safe_iterator_base* __it) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc326 _M_attach(_Safe_iterator_base* __it, bool __constant) argument
329 _M_attach_single(__it, __constant);
334 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw () argument
338 __it->_M_next = __its;
339 if (__it->_M_next)
340 __it->_M_next->_M_prior = __it;
341 __its = __it;
346 _M_detach(_Safe_iterator_base* __it) argument
348 // Remove __it fro
355 _M_detach_single(_Safe_iterator_base* __it) argument
531 _M_attach_local(_Safe_iterator_base* __it, bool __constant) argument
539 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) argument
551 _M_detach_local(_Safe_iterator_base* __it) argument
560 _M_detach_local_single(_Safe_iterator_base* __it) argument
[all...]

Completed in 281 milliseconds

123