Home
last modified time | relevance | path

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

123456789

/openbsd/gnu/gcc/libstdc++-v3/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 …]
H A Dtraits.hpp143 const_iterator; typedef
304 const_iterator; typedef
/openbsd/gnu/gcc/libstdc++-v3/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
/openbsd/gnu/gcc/libstdc++-v3/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
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraph.h98 using const_iterator = FunctionMapTy::const_iterator; variable
194 using const_iterator = std::vector<CallRecord>::const_iterator; variable
360 using const_iterator = CallGraph::const_iterator; variable
H A DDominanceFrontier.h77 using const_iterator = typename DomSetMapType::const_iterator; variable
147 using const_iterator = variable
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h107 struct const_iterator { struct
110 using iterator_category = std::forward_iterator_tag;
111 using value_type = MVT;
112 using difference_type = ptrdiff_t;
113 using pointer = const MVT*;
114 using reference = const MVT&;
122 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
142 unsigned find_from_pos(unsigned P) const { in find_from_pos()
167 const MachineValueTypeSet *Set;
168 unsigned Pos;
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_hashtable.h117 const_iterator; typedef
154 const_iterator; typedef
263 const_iterator; typedef
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dhashtable.h117 const_iterator; typedef
168 const_iterator; typedef
315 const_iterator; typedef
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h82 using const_iterator = FunctionMapTy::const_iterator; variable
174 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DGraph.h201 using const_iterator = NeighborEdgeIteratorT<true, isOut>; variable
277 using const_iterator = ConstVertexIterator; variable
314 using const_iterator = ConstEdgeIterator; variable
H A DTrace.h58 using const_iterator = RecordVector::const_iterator; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash24.C8 typedef __iterator const_iterator; typedef
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h27 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeMap.h62 typedef collection::const_iterator const_iterator; typedef
H A DTypeList.h63 typedef collection::const_iterator const_iterator; typedef
H A DVariableList.h71 typedef collection::const_iterator const_iterator; typedef
H A DUnwindTable.h69 typedef collection::const_iterator const_iterator; typedef
/openbsd/gnu/gcc/libstdc++-v3/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
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb109.C29 typedef typename GraphType::const_iterator const_iterator; typedef
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h29 using const_iterator = DiagList::const_iterator; variable
/openbsd/gnu/gcc/libstdc++-v3/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
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h84 typedef collection::const_iterator const_iterator; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h137 typedef collection::const_iterator const_iterator; typedef

123456789