Searched refs:const_iterator (Results 151 - 175 of 1104) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Ddebug_map_base.hpp79 typedef typename key_repository::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::debug_map_base
120 const_iterator
257 typename PB_DS_CLASS_C_DEC::const_iterator
262 typedef const_iterator iterator_type;
290 const_iterator prime_it = m_keys.begin();
293 const_iterator sec_it = prime_it;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_multimap.h163 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multimap
359 const_iterator
377 const_iterator
423 const_iterator
432 const_iterator
518 emplace_hint(const_iterator __pos, _Args&&... __args)
579 insert(const_iterator __position, const value_type& __x)
589 insert(const_iterator __position, value_type&& __x)
594 insert(const_iterator __positio
960 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) function in class:multimap
1000 -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) function in class:multimap
[all...]
H A Dunordered_set.h120 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_set
323 const_iterator
337 const_iterator
346 const_iterator
354 const_iterator
403 emplace_hint(const_iterator __pos, _Args&&... __args)
450 insert(const_iterator __hint, const value_type& __x)
454 insert(const_iterator __hint, value_type&& __x)
486 extract(const_iterator __po
936 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_multiset
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Diterator-utils.h28 using const_iterator = T;
109 using base_const_iterator = typename BaseCT::const_iterator;
113 using const_iterator = derived_iterator<T, base_const_iterator>;
121 const_iterator begin () const { return const_iterator (BaseCT::begin ()); }
122 const_iterator end () const { return const_iterator (BaseCT::end ()); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_multimap.h166 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multimap
363 const_iterator
381 const_iterator
427 const_iterator
436 const_iterator
522 emplace_hint(const_iterator __pos, _Args&&... __args)
583 insert(const_iterator __position, const value_type& __x)
593 insert(const_iterator __position, value_type&& __x)
598 insert(const_iterator __positio
964 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) function in class:multimap
1004 -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) function in class:multimap
[all...]
H A Dunordered_set.h120 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_set
323 const_iterator
337 const_iterator
346 const_iterator
354 const_iterator
403 emplace_hint(const_iterator __pos, _Args&&... __args)
450 insert(const_iterator __hint, const value_type& __x)
454 insert(const_iterator __hint, value_type&& __x)
486 extract(const_iterator __po
986 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_multiset
[all...]
H A Dstl_map.h175 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:map
374 const_iterator
392 const_iterator
438 const_iterator
447 const_iterator
558 const_iterator __i = lower_bound(__k);
636 emplace_hint(const_iterator __pos, _Args&&... __args)
646 extract(const_iterator __pos)
664 insert(const_iterator __hin
1338 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) function in class:map
1378 -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) function in class:map
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Ddebug_map_base.hpp79 typedef typename key_repository::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::debug_map_base
120 const_iterator
257 typename PB_DS_CLASS_C_DEC::const_iterator
262 typedef const_iterator iterator_type;
290 const_iterator prime_it = m_keys.begin();
293 const_iterator sec_it = prime_it;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h50 using const_iterator = typename VectorType::const_iterator;
70 const_iterator begin() const { return Vector.begin(); }
72 const_iterator end() const { return Vector.end(); }
113 typename MapType::const_iterator Pos = Map.find(Key);
143 typename MapType::const_iterator Pos = Map.find(Key);
148 typename MapType::const_iterator Pos = Map.find(Key);
153 const_iterator find(const KeyT &Key) const {
154 typename MapType::const_iterator Pos = Map.find(Key);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h112 using const_iterator = HashTableIterator<ValueT>;
113 friend const_iterator;
216 const_iterator begin() const { return const_iterator(*this); }
217 const_iterator end() const { return const_iterator(*this, 0, true); }
222 const_iterator find_as(const Key &K, TraitsT &Traits) const {
229 return const_iterator(*this, I, false);
248 return const_iterator(*this, *FirstUnused, true);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DRecord.h63 using const_field_iter = FieldList::const_iterator;
71 using const_base_iter = BaseList::const_iterator;
79 using const_virtual_iter = VirtualBaseList::const_iterator;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp28 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound(
36 CondDirectiveLocsTy::const_iterator
57 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DDeltaAlgorithm.cpp34 for (changeset_ty::const_iterator it = S.begin(),
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
H A DDAGDeltaAlgorithm.cpp127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie;
183 for (changeset_ty::const_iterator it = Changes.begin(),
188 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
195 for (changeset_ty::const_iterator it = Changes.begin(),
216 for (changeset_ty::const_iterator it = Changes.begin(),
219 for (changeset_ty::const_iterator it = Changes.begin(),
229 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end();
249 for (std::vector<change_ty>::const_iterator it = Roots.begin(),
259 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end();
273 for (changeset_ty::const_iterator i
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h85 MachineBasicBlock::const_iterator TopPos;
86 MachineBasicBlock::const_iterator BottomPos;
90 void openTop(MachineBasicBlock::const_iterator PrevTop);
92 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
155 using const_iterator = const PressureChange *;
157 const_iterator begin() const { return &PressureChanges[0]; }
158 const_iterator end() const { return &PressureChanges[MaxPSets]; }
297 RegSet::const_iterator I = Regs.find(SparseIndex);
384 MachineBasicBlock::const_iterator CurrPos;
405 MachineBasicBlock::const_iterator po
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dutils.hpp57 for (typename Collection::const_iterator iter = collection.begin();
/netbsd-current/external/bsd/atf/dist/tools/
H A Dexpand.cpp51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end();
/netbsd-current/external/bsd/elftosb/dist/common/
H A DStExecutableImage.h73 typedef MemoryRegionList::const_iterator const_iterator; typedef in class:StExecutableImage
189 inline const_iterator getRegionBegin() const { return m_image.begin(); }
192 inline const_iterator getRegionEnd() const { return m_image.end(); }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVUsers.h143 typedef ilist<IVStrideUse>::const_iterator const_iterator; typedef in class:llvm::IVUsers
146 const_iterator begin() const { return IVUses.begin(); }
147 const_iterator end() const { return IVUses.end(); }
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DMultilib.h118 using const_iterator = multilib_list::const_iterator;
161 const_iterator begin() const { return Multilibs.begin(); }
164 const_iterator end() const { return Multilibs.end(); }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSection.h54 using const_iterator = FragmentListType::const_iterator;
171 const_iterator begin() const { return Fragments.begin(); }
174 const_iterator end() const { return Fragments.end(); }
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPModList.cpp34 LDAPModList::ListType::const_iterator i;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinfo_fn_imps.hpp79 for (typename Other_Map_Type::const_iterator it = other.begin();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinfo_fn_imps.hpp79 for (typename Other_Map_Type::const_iterator it = other.begin();
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dselftest.h50 using selftests_range = iterator_range<selftests_registry::const_iterator>;

Completed in 429 milliseconds

1234567891011>>