Home
last modified time | relevance | path

Searched refs:local_iterator (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_unordered_container.tcc72 typedef typename _Container::local_iterator local_iterator; in _M_invalidate_local_if() typedef
78 local_iterator* __victim = static_cast<local_iterator*>(__iter); in _M_invalidate_local_if()
H A Dunordered_set74 typedef typename _Base::local_iterator _Base_local_iterator;
108 _Base_local_iterator, unordered_set> local_iterator;
256 local_iterator
263 local_iterator
754 typedef typename _Base::local_iterator _Base_local_iterator;
788 _Base_local_iterator, unordered_multiset> local_iterator;
936 local_iterator
943 local_iterator
H A Dunordered_map77 typedef typename _Base::local_iterator _Base_local_iterator;
111 _Base_local_iterator, unordered_map> local_iterator;
263 local_iterator
270 local_iterator
887 typedef typename _Base::local_iterator _Base_local_iterator;
921 _Base_local_iterator, unordered_multimap> local_iterator;
1070 local_iterator
1077 local_iterator
H A Dsafe_local_iterator.h80 typename _Sequence::_Base::local_iterator,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_unordered_container.tcc72 typedef typename _Container::local_iterator local_iterator; in _M_invalidate_local_if() typedef
78 local_iterator* __victim = static_cast<local_iterator*>(__iter); in _M_invalidate_local_if()
H A Dunordered_set74 typedef typename _Base::local_iterator _Base_local_iterator;
95 _Base_local_iterator, unordered_set> local_iterator;
238 local_iterator
245 local_iterator
643 typedef typename _Base::local_iterator _Base_local_iterator;
664 _Base_local_iterator, unordered_multiset> local_iterator;
807 local_iterator
814 local_iterator
H A Dunordered_map77 typedef typename _Base::local_iterator _Base_local_iterator;
98 _Base_local_iterator, unordered_map> local_iterator;
244 local_iterator
251 local_iterator
773 typedef typename _Base::local_iterator _Base_local_iterator;
794 _Base_local_iterator, unordered_multimap> local_iterator;
937 local_iterator
944 local_iterator
H A Dsafe_local_iterator.h78 typename _Sequence::_Base::local_iterator,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunordered_set.h121 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
737 local_iterator in _GLIBCXX_VISIBILITY()
757 local_iterator in _GLIBCXX_VISIBILITY()
937 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
1531 local_iterator in _GLIBCXX_VISIBILITY()
1551 local_iterator in _GLIBCXX_VISIBILITY()
H A Dunordered_map.h127 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
1045 local_iterator in _GLIBCXX_VISIBILITY()
1071 local_iterator in _GLIBCXX_VISIBILITY()
1275 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
1896 local_iterator in _GLIBCXX_VISIBILITY()
1922 local_iterator in _GLIBCXX_VISIBILITY()
H A Dhashtable.h368 using local_iterator = typename __hashtable_base::local_iterator; in _GLIBCXX_VISIBILITY() local
653 local_iterator in _GLIBCXX_VISIBILITY()
656 return local_iterator(*this, _M_bucket_begin(__bkt), in _GLIBCXX_VISIBILITY()
660 local_iterator in _GLIBCXX_VISIBILITY()
662 { return local_iterator(*this, nullptr, __bkt, _M_bucket_count); } in _GLIBCXX_VISIBILITY()
H A Dhashtable_policy.h1757 using local_iterator = __detail::_Local_iterator<key_type, value_type, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunordered_set.h123 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
789 local_iterator in _GLIBCXX_VISIBILITY()
809 local_iterator in _GLIBCXX_VISIBILITY()
991 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
1634 local_iterator in _GLIBCXX_VISIBILITY()
1654 local_iterator in _GLIBCXX_VISIBILITY()
H A Dunordered_map.h129 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
1042 local_iterator in _GLIBCXX_VISIBILITY()
1068 local_iterator in _GLIBCXX_VISIBILITY()
1274 typedef typename _Hashtable::local_iterator local_iterator; in _GLIBCXX_VISIBILITY() typedef
1942 local_iterator in _GLIBCXX_VISIBILITY()
1968 local_iterator in _GLIBCXX_VISIBILITY()
H A Dhashtable.h253 using local_iterator = __detail::_Local_iterator<key_type, _Value, in _GLIBCXX_VISIBILITY() local
687 local_iterator in _GLIBCXX_VISIBILITY()
690 return local_iterator(*this, _M_bucket_begin(__bkt), in _GLIBCXX_VISIBILITY()
694 local_iterator in _GLIBCXX_VISIBILITY()
696 { return local_iterator(*this, nullptr, __bkt, _M_bucket_count); } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dunordered_set42 typedef /unspecified/ local_iterator;
171 local_iterator begin(size_type n);
172 local_iterator end(size_type n);
220 typedef /unspecified/ local_iterator;
348 local_iterator begin(size_type n);
349 local_iterator end(size_type n);
437 typedef typename __table::const_local_iterator local_iterator;
763 local_iterator begin(size_type __n) {return __table_.begin(__n);}
765 local_iterator end(size_type __n) {return __table_.end(__n);}
1135 typedef typename __table::const_local_iterator local_iterator;
[all …]
H A Dunordered_map43 typedef /unspecified/ local_iterator;
205 local_iterator begin(size_type n);
206 local_iterator end(size_type n);
255 typedef /unspecified/ local_iterator;
393 local_iterator begin(size_type n);
394 local_iterator end(size_type n);
966 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator;
1423 local_iterator begin(size_type __n) {return __table_.begin(__n);}
1425 local_iterator end(size_type __n) {return __table_.end(__n);}
1901 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator;
[all …]
H A D__hash_table558 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
565 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
572 … "Attempted to increment a non-incrementable unordered container local_iterator");
995 typedef __hash_local_iterator<__node_pointer> local_iterator;
1282 local_iterator
1288 return local_iterator(__bucket_list_[__n], __n, bucket_count(), this);
1290 return local_iterator(__bucket_list_[__n], __n, bucket_count());
1295 local_iterator
1301 return local_iterator(nullptr, __n, bucket_count(), this);
1303 return local_iterator(nullptr, __n, bucket_count());
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h147 local_iterator; in _GLIBCXX_VISIBILITY() typedef
296 local_iterator in _GLIBCXX_VISIBILITY()
298 { return local_iterator(_M_buckets[__n]); } in _GLIBCXX_VISIBILITY()
300 local_iterator in _GLIBCXX_VISIBILITY()
302 { return local_iterator(0); } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h147 local_iterator; in _GLIBCXX_VISIBILITY() typedef
296 local_iterator in _GLIBCXX_VISIBILITY()
298 { return local_iterator(_M_buckets[__n]); } in _GLIBCXX_VISIBILITY()
300 local_iterator in _GLIBCXX_VISIBILITY()
302 { return local_iterator(0); } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2013216 Remove _M_bucket, use same information in normal local_iterator.
4436 _Hashtable_ebo_helper to embed functors into the local_iterator
4446 local_iterator instance.
H A DChangeLog-20181076 (const value_type&)): Add local_iterator pre and post increment checks.
1957 Add iterator_concept_checks on local_iterator and const_local_iterator.
1959 local_iterator.
H A DChangeLog-201132 * include/bits/hashtable.h (_Hashtable<>::local_iterator,
462 local_iterator/const_local_iterator.
H A DChangeLog-20202327 (_Hashtable_base<>::local_iterator): Remove.