Searched refs:const_iterator (Results 76 - 100 of 693) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h166 const_iterator end = m_map.end();
167 const_iterator pos = std::lower_bound (m_map.begin(), end, search_entry);
186 const_iterator end = m_map.end();
187 const_iterator pos = std::lower_bound (m_map.begin(), end, search_entry);
228 const_iterator pos, end = m_map.end();
245 const_iterator pos, end = m_map.end();
352 typedef typename collection::const_iterator const_iterator; typedef in class:lldb_private::UniqueCStringMap
H A DRangeMap.h215 typename Collection::const_iterator pos, end, prev;
370 typename Collection::const_iterator begin = m_entries.begin();
371 typename Collection::const_iterator end = m_entries.end();
372 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
397 typename Collection::const_iterator begin = m_entries.begin();
398 typename Collection::const_iterator end = m_entries.end();
399 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
425 typename Collection::const_iterator begin = m_entries.begin();
426 typename Collection::const_iterator end = m_entries.end();
427 typename Collection::const_iterator po
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h89 typedef collection::const_iterator const_iterator; typedef in class:lldb_private::TypeList
H A DVariableList.h89 typedef collection::const_iterator const_iterator; typedef in class:lldb_private::VariableList
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h23 typedef DWARFAbbreviationDeclarationColl::const_iterator DWARFAbbreviationDeclarationCollConstIter;
59 typedef DWARFAbbreviationDeclarationCollMap::const_iterator DWARFAbbreviationDeclarationCollMapConstIter;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DUnixSignals.cpp124 collection::const_iterator pos = m_signals.find (signo);
144 collection::const_iterator pos, end = m_signals.end ();
169 collection::const_iterator pos = m_signals.find (current_signal);
170 collection::const_iterator end = m_signals.end();
192 collection::const_iterator pos = m_signals.find (signo);
208 collection::const_iterator pos = m_signals.find (signo);
238 collection::const_iterator pos = m_signals.find (signo);
268 collection::const_iterator pos = m_signals.find (signo);
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dprocess.hpp70 typedef args_vector::const_iterator const_iterator; typedef in class:atf::process::argv_array
83 const_iterator begin(void) const;
84 const_iterator end(void) const;
92 for (typename C::const_iterator iter = c.begin(); iter != c.end();
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp94 typedef const_entry_pointer const_iterator; typedef in class:pb_ds::detail::rc
122 const const_iterator
125 const const_iterator
230 const typename PB_DS_CLASS_C_DEC::const_iterator
236 const typename PB_DS_CLASS_C_DEC::const_iterator
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DSetVector.h45 typedef typename vector_type::const_iterator iterator;
46 typedef typename vector_type::const_iterator const_iterator; typedef in class:llvm::SetVector
73 /// \brief Get a const_iterator to the beginning of the SetVector.
74 const_iterator begin() const {
83 /// \brief Get a const_iterator to the end of the SetVector.
84 const_iterator end() const {
H A DSparseSet.h167 typedef typename DenseT::const_iterator const_iterator; typedef in class:llvm::SparseSet
169 const_iterator begin() const { return Dense.begin(); }
170 const_iterator end() const { return Dense.end(); }
226 const_iterator find(const KeyT &Key) const {
H A DUniqueVector.h55 typename std::map<T, unsigned>::const_iterator MI = Map.find(Entry);
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DBasicBlock.h100 typedef InstListType::const_iterator const_iterator; typedef in class:llvm::BasicBlock
154 const_iterator getFirstInsertionPt() const {
194 inline const_iterator begin() const { return InstList.begin(); }
196 inline const_iterator end () const { return InstList.end(); }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp49 CheckerRegistry::CheckerInfoList::const_iterator e = checkers.end();
50 CheckerRegistry::CheckerInfoList::const_iterator i =
67 llvm::StringMap<size_t>::const_iterator packageSize =
126 for (CheckerInfoList::const_iterator i = Checkers.begin(), e = Checkers.end();
136 for (CheckerInfoList::const_iterator i = Checkers.begin(), e = Checkers.end();
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dstl_tree.h562 typedef _Rb_tree_const_iterator<value_type> const_iterator; typedef in class:_Rb_tree
565 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
576 const_iterator
626 const_iterator
629 return const_iterator(static_cast<_Const_Link_type>
637 const_iterator
640 return const_iterator(static_cast<_Const_Link_type>
690 const_iterator
691 _M_insert_unique(const_iterator __position, const value_type& __x);
696 const_iterator
[all...]
H A Dstl_multimap.h143 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multimap
251 const_iterator
269 const_iterator
492 const_iterator
531 const_iterator
551 const_iterator
585 std::pair<const_iterator, const_iterator>
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp132 BreakpointSiteList::collection::const_iterator
157 collection::const_iterator pos = GetIDConstIterator(break_id);
179 collection::const_iterator pos = GetIDConstIterator(bp_site_id);
193 collection::const_iterator pos;
194 collection::const_iterator end = m_bp_site_list.end();
215 collection::const_iterator lower, upper, pos;
225 collection::const_iterator prev_pos = lower;
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp129 for (changeset_ty::const_iterator it = S.begin(),
190 for (changeset_ty::const_iterator it = Changes.begin(),
195 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
202 for (changeset_ty::const_iterator it = Changes.begin(),
223 for (changeset_ty::const_iterator it = Changes.begin(),
226 for (changeset_ty::const_iterator it = Changes.begin(),
236 for (changeset_ty::const_iterator it = Changes.begin(),
254 for (std::vector<change_ty>::const_iterator it = Roots.begin(),
262 for (changeset_ty::const_iterator it = Changes.begin(),
274 for (changeset_ty::const_iterator i
[all...]
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(),
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h81 typedef Decl* const * const_iterator;
116 const_iterator begin() const {
122 const_iterator end() const {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp29 CondDirectiveLocsTy::const_iterator
38 CondDirectiveLocsTy::const_iterator
59 CondDirectiveLocsTy::const_iterator
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp139 const_iterator begin = m_unwinds.begin();
140 const_iterator end = m_unwinds.end();
141 for (const_iterator pos = begin; pos != end; ++pos)
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCTagsEmitter.cpp78 for (std::map<std::string, Record *>::const_iterator I = Classes.begin(),
82 for (std::map<std::string, Record *>::const_iterator I = Defs.begin(),
90 for (std::vector<Tag>::const_iterator I = Tags.begin(), E = Tags.end();
H A DSequenceToOffsetTable.h102 typename SeqMap::const_iterator I = Seqs.lower_bound(Seq);
114 for (typename SeqMap::const_iterator I = Seqs.begin(), E = Seqs.end();
117 for (typename SeqT::const_iterator SI = I->first.begin(),
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dutils.hpp57 for (typename Collection::const_iterator iter = collection.begin();
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinfo_fn_imps.hpp82 for (typename Other_Map_Type::const_iterator it = other.begin();

Completed in 173 milliseconds

1234567891011>>