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

1 2

  /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_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...]
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...]
profiler_trace.h 201 for (typename __stack_table_t::iterator __it
202 = __stack_table.begin(); __it != __stack_table.end(); ++__it)
203 delete __it->first;
298 for (typename __stack_table_t::iterator __it
299 = __stack_table.begin(); __it != __stack_table.end(); ++__it)
300 if (__it->second.__is_valid())
304 __gnu_profile::__write(__f, __it->first);
306 __it->second.__write(__f)
580 __env_t::iterator __it 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...]
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...]
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/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...]
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/include/bits/
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;
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;
fs_path.h 209 _Source __it = __source; local
210 for (value_type __ch = *__it; __ch != value_type(); __ch = *++__it)
fs_path.h 209 _Source __it = __source; local
210 for (value_type __ch = *__it; __ch != value_type(); __ch = *++__it)
  /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...]
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/include/bits/
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;
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;
fs_path.h 209 _Source __it = __source; local
210 for (value_type __ch = *__it; __ch != value_type(); __ch = *++__it)
fs_path.h 209 _Source __it = __source; local
210 for (value_type __ch = *__it; __ch != value_type(); __ch = *++__it)
  /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...]
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...]

Completed in 62 milliseconds

1 2