Home
last modified time | relevance | path

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

12345678

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
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 …]
Dtraits.hpp143 const_iterator; typedef
304 const_iterator; typedef
/freebsd-12-stable/contrib/libstdc++/include/debug/
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
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-stable/contrib/libstdc++/include/ext/pb_ds/
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-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DCallGraph.h99 using const_iterator = FunctionMapTy::const_iterator; variable
195 using const_iterator = std::vector<CallRecord>::const_iterator; variable
352 using const_iterator = CallGraph::const_iterator; variable
DDominanceFrontier.h77 using const_iterator = typename DomSetMapType::const_iterator; variable
147 using const_iterator = variable
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DTypeMap.h66 typedef collection::const_iterator const_iterator; typedef
DTypeList.h62 typedef collection::const_iterator const_iterator; typedef
DVariableList.h71 typedef collection::const_iterator const_iterator; typedef
DUnwindTable.h68 typedef collection::const_iterator const_iterator; typedef
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
Dsample_trie_e_access_traits.hpp69 typedef std::string::const_iterator const_iterator; typedef in sample_trie_e_access_traits
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DInjectedSourceStream.h28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h106 struct const_iterator { struct
109 using iterator_category = std::forward_iterator_tag;
110 using value_type = MVT;
111 using difference_type = ptrdiff_t;
112 using pointer = const MVT*;
113 using reference = const MVT&;
121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
141 unsigned find_from_pos(unsigned P) const { in find_from_pos()
166 const MachineValueTypeSet *Set;
167 unsigned Pos;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCallGraph.h82 using const_iterator = FunctionMapTy::const_iterator; variable
174 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
DTrace.h58 using const_iterator = RecordVector::const_iterator; variable
DGraph.h201 using const_iterator = NeighborEdgeIteratorT<true, isOut>; variable
277 using const_iterator = ConstVertexIterator; variable
314 using const_iterator = ConstEdgeIterator; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h29 using const_iterator = DiagList::const_iterator; variable
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
Dnull_node_metadata.hpp60 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator; typedef
/freebsd-12-stable/contrib/libstdc++/include/ext/
Dhashtable.h117 const_iterator; typedef
168 const_iterator; typedef
316 const_iterator; typedef
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPathMappingList.h115 typedef collection::const_iterator const_iterator; typedef
DStackFrameList.h112 typedef collection::const_iterator const_iterator; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h29 using const_iterator = variable
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DStringList.h58 typedef collection::const_iterator const_iterator; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DUniqueVector.h28 using const_iterator = typename VectorType::const_iterator; variable

12345678