Searched refs:const_iterator (Results 126 - 150 of 1104) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPostOrderCFGView.cpp44 PostOrderCFGView::BlockOrderTy::const_iterator b1It = POV.BlockOrder.find(b1);
45 PostOrderCFGView::BlockOrderTy::const_iterator b2It = POV.BlockOrder.find(b2);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h161 typename SeqMap::const_iterator I = Seqs.lower_bound(Seq);
204 for (typename SeqMap::const_iterator I = Seqs.begin(), E = Seqs.end();
207 for (typename SeqT::const_iterator SI = I->first.begin(),
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp68 typename access_traits::const_iterator el_it = pref_begin(p_nd);
91 typename inode::const_iterator child_it = p_internal->begin();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtree_policy.hpp79 typedef typename node_const_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
82 /// Finds an entry by __order. Returns a const_iterator to the
83 /// entry with the __order order, or a const_iterator to the
86 inline const_iterator
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp86 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp86 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtree_policy.hpp79 typedef typename node_const_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
82 /// Finds an entry by __order. Returns a const_iterator to the
83 /// entry with the __order order, or a const_iterator to the
86 inline const_iterator
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp68 typename access_traits::const_iterator el_it = pref_begin(p_nd);
91 typename inode::const_iterator child_it = p_internal->begin();
/netbsd-current/external/bsd/atf/dist/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();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.h262 using const_iterator = Iterator<const Buffer>;
267 const_iterator cbegin() const {
268 return const_iterator(Buffers, 0, BufferCount);
271 const_iterator cend() const {
272 return const_iterator(Buffers, BufferCount, BufferCount);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DContinuousRangeMap.h86 using const_iterator = typename Representation::const_iterator;
90 const_iterator begin() const { return Rep.begin(); }
91 const_iterator end() const { return Rep.end(); }
102 const_iterator find(Int K) const {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseSet.h172 using const_iterator = typename DenseT::const_iterator;
174 const_iterator begin() const { return Dense.begin(); }
175 const_iterator end() const { return Dense.end(); }
228 const_iterator find(const KeyT &Key) const {
H A DDirectedGraph.h76 using const_iterator = typename EdgeListTy::const_iterator;
103 const_iterator begin() const { return Edges.begin(); }
104 const_iterator end() const { return Edges.end(); }
158 const_iterator findEdgeTo(const NodeType &N) const {
178 using const_iterator = typename NodeListTy::const_iterator;
194 const_iterator begin() const { return Nodes.begin(); }
195 const_iterator end() const { return Nodes.end(); }
206 const_iterator findNod
[all...]
H A DSetVector.h48 using iterator = typename vector_type::const_iterator;
49 using const_iterator = typename vector_type::const_iterator;
86 /// Get a const_iterator to the beginning of the SetVector.
87 const_iterator begin() const {
96 /// Get a const_iterator to the end of the SetVector.
97 const_iterator end() const {
177 // std::vector.erase(const_iterator) as defined in C++11. This is for
253 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
266 for (typename STy::const_iterator S
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DUnresolvedSet.h81 using const_iterator = UnresolvedSetIterator;
86 const_iterator begin() const { return const_iterator(decls().begin()); }
87 const_iterator end() const { return const_iterator(decls().end()); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp72 typedef entry_const_pointer const_iterator; typedef in class:__gnu_pbds::detail::rc
99 const const_iterator
102 const const_iterator
206 const typename rc<_Node, _Alloc>::const_iterator
212 const typename rc<_Node, _Alloc>::const_iterator
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp>
135 const_iterator; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
137 typedef const_iterator iterator;
168 inline const_iterator
174 inline const_iterator
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp>
135 const_iterator; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
137 typedef const_iterator iterator;
168 inline const_iterator
174 inline const_iterator
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp72 typedef entry_const_pointer const_iterator; typedef in class:__gnu_pbds::detail::rc
99 const const_iterator
102 const const_iterator
206 const typename rc<_Node, _Alloc>::const_iterator
212 const typename rc<_Node, _Alloc>::const_iterator
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h131 using const_iterator = const T *;
133 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
161 const_iterator begin() const { return Data; }
162 const_iterator end() const { return Data + Size; }
164 const_iterator cbegin() const { return Data; }
165 const_iterator cend() const { return Data + Size; }
301 using const_iterator = typename std::vector<T>::const_iterator;
305 const_iterator begin() const { return elements().cbegin(); }
306 const_iterator en
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h332 typedef _Bit_const_iterator const_iterator; typedef in struct:_Bit_const_iterator
350 const_iterator&
357 const_iterator
360 const_iterator __tmp = *this;
365 const_iterator&
372 const_iterator
375 const_iterator __tmp = *this;
380 const_iterator&
387 const_iterator&
398 friend const_iterator
634 typedef _Bit_const_iterator const_iterator; typedef in class:vector
[all...]
H A Dstl_multiset.h146 typedef typename _Rep_type::const_iterator iterator;
147 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset
483 emplace_hint(const_iterator __pos, _Args&&... __args)
532 insert(const_iterator __position, const value_type& __x)
537 insert(const_iterator __position, value_type&& __x)
570 extract(const_iterator __pos)
588 insert(const_iterator __hint, node_type&& __nh)
639 erase(const_iterator __position)
691 erase(const_iterator __firs
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h378 typedef _Bit_const_iterator const_iterator; typedef in struct:_Bit_const_iterator
402 const_iterator&
410 const_iterator
413 const_iterator __tmp = *this;
419 const_iterator&
427 const_iterator
430 const_iterator __tmp = *this;
436 const_iterator&
444 const_iterator&
457 friend _GLIBCXX20_CONSTEXPR const_iterator
709 typedef _Bit_const_iterator const_iterator; typedef in class:vector
[all...]
H A Dstl_tree.h818 typedef _Rb_tree_const_iterator<value_type> const_iterator;
821 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
826 __conditional_t<is_same_v<_Key, _Val>, const_iterator, iterator>,
837 _M_get_insert_hint_unique_pos(const_iterator __pos,
841 _M_get_insert_hint_equal_pos(const_iterator __pos,
913 const_iterator
921 const_iterator
1000 const_iterator
1002 { return const_iterator(this->_M_impl._M_header._M_left); }
1008 const_iterator
[all...]
H A Dstl_multiset.h146 typedef typename _Rep_type::const_iterator iterator;
147 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset
484 emplace_hint(const_iterator __pos, _Args&&... __args)
533 insert(const_iterator __position, const value_type& __x)
538 insert(const_iterator __position, value_type&& __x)
571 extract(const_iterator __pos)
589 insert(const_iterator __hint, node_type&& __nh)
640 erase(const_iterator __position)
692 erase(const_iterator __firs
[all...]

Completed in 312 milliseconds

1234567891011>>