Home
last modified time | relevance | path

Searched defs:__it (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dstl_iterator.h57 __can_advance(const std::reverse_iterator<_Iterator>& __it, _Size __n) in __can_advance()
63 __can_advance(const std::reverse_iterator<_Iterator>& __it, in __can_advance()
71 __base(const std::reverse_iterator<_Safe_iterator< in __base()
H A Dfunctions.h72 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux4()
102 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux3()
128 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux2() argument
151 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux2()
181 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux()
194 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator()
458 __is_irreflexive(_Iterator __it) in __is_irreflexive()
464 __is_irreflexive_pred(_Iterator __it, _Pred __pred) in __is_irreflexive_pred()
H A Dsafe_iterator.h985 __can_advance(const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __can_advance()
992 __can_advance(const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __can_advance()
1000 std::random_access_iterator_tag>& __it) in __base()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dstl_iterator.h52 __can_advance(const std::reverse_iterator<_Iterator>& __it, _Size __n) in __can_advance()
57 __can_advance(const std::reverse_iterator<_Iterator>& __it, in __can_advance()
64 __base(const std::reverse_iterator<_Safe_iterator< in __base()
H A Dfunctions.h72 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux4()
102 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux3()
128 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux2() argument
151 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux2()
181 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator_aux()
194 const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __foreign_iterator()
458 __is_irreflexive(_Iterator __it) in __is_irreflexive()
464 __is_irreflexive_pred(_Iterator __it, _Pred __pred) in __is_irreflexive_pred()
H A Dsafe_iterator.h961 __can_advance(const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __can_advance()
968 __can_advance(const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, in __can_advance()
976 std::random_access_iterator_tag>& __it) in __base()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc165 auto __it = _M_cmpts.begin(); in root_directory() local
183 auto __it = _M_cmpts.begin(); in root_path() local
207 auto __it = _M_cmpts.begin(); in relative_path() local
224 for (auto __it = _M_cmpts.begin(), __end = std::prev(_M_cmpts.end()); in parent_path() local
249 auto __it = _M_cmpts.begin(); in has_root_directory() local
279 auto __it = _M_cmpts.begin(); in has_relative_path() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc165 auto __it = _M_cmpts.begin(); in root_directory() local
183 auto __it = _M_cmpts.begin(); in root_path() local
207 auto __it = _M_cmpts.begin(); in relative_path() local
224 for (auto __it = _M_cmpts.begin(), __end = std::prev(_M_cmpts.end()); in parent_path() local
249 auto __it = _M_cmpts.begin(); in has_root_directory() local
279 auto __it = _M_cmpts.begin(); in has_relative_path() local
H A Dstd-path.cc180 auto __it = _M_cmpts.begin(); in root_directory() local
202 auto __it = _M_cmpts.begin(); in root_path() local
223 auto __it = _M_cmpts.begin(); in relative_path() local
242 for (auto __it = _M_cmpts.begin(), __end = std::prev(_M_cmpts.end()); in parent_path() local
268 auto __it = _M_cmpts.begin(); in has_root_directory() local
298 auto __it = _M_cmpts.begin(); in has_relative_path() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_algos.h45 typename _Container::iterator __it = __output.begin(); in __insert_top_n() local
76 typename _Container::const_iterator __it; in __top_n() local
H A Dprofiler_node.h87 __stack_npt::const_iterator __it; in __write() local
103 __stack_npt::const_iterator __it; in operator() local
H A Dprofiler_trace.h201 for (typename __stack_table_t::iterator __it in ~__trace_base() local
298 for (typename __stack_table_t::iterator __it in __write() local
315 for (typename __stack_table_t::iterator __it in __collect_warnings() local
580 __env_t::iterator __it in operator() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc311 _M_attach(_Safe_iterator_base* __it, bool __constant) in _M_attach()
319 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_single()
331 _M_detach(_Safe_iterator_base* __it) in _M_detach()
340 _M_detach_single(_Safe_iterator_base* __it) throw () in _M_detach_single()
519 _M_attach_local(_Safe_iterator_base* __it, bool __constant) in _M_attach_local()
527 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_local_single()
539 _M_detach_local(_Safe_iterator_base* __it) in _M_detach_local()
548 _M_detach_local_single(_Safe_iterator_base* __it) throw () in _M_detach_local_single()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex.tcc86 for (auto& __it : __res) in __regex_algo_impl() local
266 for (const auto& __it : __collatenames) in lookup_collatename() local
310 for (const auto& __it : __classnames) in lookup_classname() local
649 for (auto __it : _M_subs) in _M_init() local
H A Dhashtable.h1662 for (auto __it = begin(); __it != end(); ++__it) in _GLIBCXX_VISIBILITY() local
1685 for (auto __it = begin(); __it != end(); ++__it) in _GLIBCXX_VISIBILITY() local
1740 auto __it = find(__k); in _GLIBCXX_VISIBILITY() local
2082 for (auto __it = begin(); __it != end(); ++__it) in _GLIBCXX_VISIBILITY() local
2139 for (auto __it = __hint; __it != cend(); ++__it) in _GLIBCXX_VISIBILITY() local
2144 for (auto __it = cbegin(); __it != __hint; ++__it) in _GLIBCXX_VISIBILITY() local
2251 for (auto __it = begin(); __it != end(); ++__it) in _GLIBCXX_VISIBILITY() local
H A Dregex_automaton.tcc218 for (auto __it : __m) in _M_clone() local
H A Dregex_compiler.tcc606 for (auto& __it : _M_range_set) in _M_apply() local
615 for (auto& __it : _M_neg_class_set) in _M_apply() local
H A Dregex_scanner.tcc185 auto __it = _M_token_tbl; in _M_scan_normal() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.tcc86 for (auto& __it : __res) in __regex_algo_impl() local
266 for (const auto& __it : __collatenames) in lookup_collatename() local
310 for (const auto& __it : __classnames) in lookup_classname() local
649 for (auto __it : _M_subs) in _M_init() local
H A Dregex_automaton.tcc218 for (auto __it : __m) in _M_clone() local
H A Dregex_compiler.tcc611 for (auto& __it : _M_range_set) in _M_apply() local
620 for (auto& __it : _M_neg_class_set) in _M_apply() local
H A Dregex_scanner.tcc191 auto __it = _M_token_tbl; in _M_scan_normal() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc334 _M_attach(_Safe_iterator_base* __it, bool __constant) in _M_attach()
342 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_single()
354 _M_detach(_Safe_iterator_base* __it) in _M_detach()
363 _M_detach_single(_Safe_iterator_base* __it) throw () in _M_detach_single()
539 _M_attach_local(_Safe_iterator_base* __it, bool __constant) in _M_attach_local()
547 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_local_single()
559 _M_detach_local(_Safe_iterator_base* __it) in _M_detach_local()
568 _M_detach_local_single(_Safe_iterator_base* __it) throw () in _M_detach_local_single()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dlist_partition.h117 _IIter __prev = __begin, __it = __begin; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dlist_partition.h117 _IIter __prev = __begin, __it = __begin; variable

12