HomeSort by: relevance | last modified time | path
    Searched refs:__it (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_algos.h 45 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, __n)
    [all...]
profiler_node.h 87 __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...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
stl_iterator.h 57 __can_advance(const std::reverse_iterator<_Iterator>& __it, _Size __n)
58 { return __gnu_debug::__can_advance(__it.base(), -__n); }
63 __can_advance(const std::reverse_iterator<_Iterator>& __it,
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)
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.base()))
    [all...]
safe_unordered_container.h 71 [__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; });
formatter.h 287 _Parameter(_Safe_iterator<_Iterator, _Sequence, _Category> const& __it,
292 _M_variant._M_iterator._M_address = std::__addressof(__it);
295 __it._S_constant() ? __const_iterator : __mutable_iterator;
296 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
299 if (__it._M_singular())
301 if (__it._M_value_initialized())
308 if (__it._M_is_before_begin())
310 else if (__it._M_is_end())
312 else if (__it._M_is_begin())
320 _Parameter(_Safe_local_iterator<_Iterator, _Sequence> const& __it,
    [all...]
safe_unordered_base.h 169 _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 ();
functions.h 72 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,
    [all...]
safe_base.h 286 _M_attach(_Safe_iterator_base* __it, bool __constant);
290 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ();
294 _M_detach(_Safe_iterator_base* __it);
298 _M_detach_single(_Safe_iterator_base* __it) throw ();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
stl_iterator.h 57 __can_advance(const std::reverse_iterator<_Iterator>& __it, _Size __n)
58 { return __gnu_debug::__can_advance(__it.base(), -__n); }
63 __can_advance(const std::reverse_iterator<_Iterator>& __it,
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)
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.base()))
    [all...]
safe_unordered_container.h 71 [__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; });
formatter.h 270 _Parameter(_Safe_iterator<_Iterator, _Sequence, _Category> const& __it,
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,
303 _M_variant._M_iterator._M_address = std::__addressof(__it);
    [all...]
safe_unordered_base.h 169 _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 ();
functions.h 72 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,
    [all...]
safe_base.h 262 _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 ();
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
path.cc 165 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 != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir
207 auto __it = _M_cmpts.begin(); local
249 auto __it = _M_cmpts.begin(); local
279 auto __it = _M_cmpts.begin(); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
path.cc 165 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 != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir
207 auto __it = _M_cmpts.begin(); local
249 auto __it = _M_cmpts.begin(); local
279 auto __it = _M_cmpts.begin(); local
    [all...]
std-path.cc 180 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 != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir
223 auto __it = _M_cmpts.begin(); local
268 auto __it = _M_cmpts.begin(); local
298 auto __it = _M_cmpts.begin(); local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
list_partition.h 6 // 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...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
list_partition.h 6 // 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...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
predefined_ops.h 68 operator()(_Iterator __it, _Value& __val) const
69 { return *__it < __val; }
97 operator()(_Value& __val, _Iterator __it) const
98 { return __val < *__it; }
130 operator()(_Iterator __it, _Value& __val) const
131 { return *__it == __val; }
195 operator()(_Iterator __it, _Value& __val)
196 { return bool(_M_comp(*__it, __val)); }
239 operator()(_Value& __val, _Iterator __it)
240 { return bool(_M_comp(__val, *__it)); }
    [all...]
regex_scanner.h 117 auto __it = _M_escape_tbl; local
118 for (; __it->first != '\0'; ++__it)
119 if (__it->first == __c)
120 return &__it->second;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
predefined_ops.h 68 operator()(_Iterator __it, _Value& __val) const
69 { return *__it < __val; }
97 operator()(_Value& __val, _Iterator __it) const
98 { return __val < *__it; }
130 operator()(_Iterator __it, _Value& __val) const
131 { return *__it == __val; }
195 operator()(_Iterator __it, _Value& __val)
196 { return bool(_M_comp(*__it, __val)); }
239 operator()(_Value& __val, _Iterator __it)
240 { return bool(_M_comp(__val, *__it)); }
    [all...]
regex_scanner.h 117 auto __it = _M_escape_tbl; local
118 for (; __it->first != '\0'; ++__it)
119 if (__it->first == __c)
120 return &__it->second;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
unordered_base.h 245 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, ++__lit; __lit != __lend; ++__it, ++__lit
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
debug.cc 388 _M_attach(_Safe_iterator_base* __it, bool __constant)
391 _M_attach_single(__it, __constant);
396 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
400 __it->_M_next = __its;
401 if (__it->_M_next)
402 __it->_M_next->_M_prior = __it;
403 __its = __it;
408 _M_detach(_Safe_iterator_base* __it)
410 // Remove __it from this sequence's lis
    [all...]

Completed in 195 milliseconds

1 2 3