Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dconst_child_iterator.hpp47 struct const_iterator struct
62 const_iterator(node_pointer_pointer p_p_cur = NULL, in const_iterator() argument
68 operator==(const const_iterator& other) const in operator ==() argument
72 operator!=(const const_iterator& other) const in operator !=() argument
84 inline const_iterator argument
87 const_iterator ret_it(*this); in operator ++() argument
93 operator->() const in operator ->()
100 operator*() const in operator *()
109 assert_referencible() const in assert_referencible()
114 node_pointer_pointer m_p_p_cur;
[all …]
/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dsafe_iterator.tcc45 typedef typename _Sequence::const_iterator const_iterator; in _M_can_advance() typedef
123 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_single() typedef
H A Dsafe_sequence.h129 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef
166 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_iter() typedef
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp93 …e<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const… typedef
180 typedef typename const_node_iterator::value_type const_iterator; typedef in pb_ds::trie_prefix_search_node_update
270 typedef typename const_node_iterator::value_type const_iterator; typedef in pb_ds::trie_order_statistics_node_update
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h111 using const_iterator = FunctionMapTy::const_iterator; variable
185 using const_iterator = std::vector<CallRecord>::const_iterator; variable
339 using const_iterator = CallGraph::const_iterator; variable
H A DDominanceFrontier.h79 using const_iterator = typename DomSetMapType::const_iterator; variable
149 using const_iterator = variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h77 using const_iterator = FunctionMapTy::const_iterator; variable
159 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariableList.h74 typedef collection::const_iterator const_iterator; typedef
H A DTypeList.h66 typedef collection::const_iterator const_iterator; typedef
H A DTypeMap.h68 typedef collection::const_iterator const_iterator; typedef
H A DUnwindTable.h64 typedef collection::const_iterator const_iterator; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h33 typedef collection::const_iterator const_iterator; typedef
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp69 typedef std::string::const_iterator const_iterator; typedef in sample_trie_e_access_traits
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h109 struct const_iterator { struct
112 using iterator_category = std::forward_iterator_tag;
113 using value_type = MVT;
114 using difference_type = ptrdiff_t;
115 using pointer = const MVT*;
116 using reference = const MVT&;
124 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() function
144 unsigned find_from_pos(unsigned P) const { in find_from_pos()
169 const MachineValueTypeSet *Set;
170 unsigned Pos;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h30 using const_iterator = DiagList::const_iterator; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h124 typedef collection::const_iterator const_iterator; typedef
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DTrace.h59 using const_iterator = RecordVector::const_iterator; variable
H A DGraph.h202 using const_iterator = NeighborEdgeIteratorT<true, isOut>; variable
278 using const_iterator = ConstVertexIterator; variable
315 using const_iterator = ConstEdgeIterator; variable
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dnull_node_metadata.hpp60 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator; typedef
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dhashtable.h117 const_iterator; typedef
168 const_iterator; typedef
316 const_iterator; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h121 typedef collection::const_iterator const_iterator; typedef
H A DStackFrameList.h118 typedef collection::const_iterator const_iterator; typedef
/freebsd-12.1/contrib/llvm/lib/Object/
H A DRecordStreamer.h68 using const_iterator = StringMap<State>::const_iterator; variable
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h30 using const_iterator = variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLVector.h25 typedef typename collection::const_iterator const_iterator; typedef

12345678