Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 25 of 268) sorted by relevance

1234567891011

/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dchild_iterator.hpp47 struct iterator : public const_iterator struct
50 typedef std::forward_iterator_tag iterator_category; argument
57 iterator(node_pointer_pointer p_p_cur = NULL, in iterator() argument
63 operator==(const iterator& other) const in operator ==() argument
67 operator!=(const iterator& other) const in operator !=() argument
77 inline iterator argument
80 iterator ret_it(*this); in operator ++() argument
88 _GLIBCXX_DEBUG_ONLY(const_iterator::assert_referencible();) in operator ->() argument
95 _GLIBCXX_DEBUG_ONLY(const_iterator::assert_referencible();) in operator *() argument
/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Diterator.h24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator struct
30 typedef _Category iterator_category; argument
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_iterator_base_types.h104 struct iterator struct
107 typedef _Category iterator_category; argument
110 /// Distance between iterators is represented as this type. argument
125 struct iterator_traits { argument
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_iterator_base_types.h106 struct iterator struct
109 typedef _Category iterator_category; argument
112 /// Distance between iterators is represented as this type. argument
127 struct iterator_traits argument
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddictionary.c501 struct dict_iterator *iterator) in dict_iterator_first()
510 dict_iterator_next (struct dict_iterator *iterator) in dict_iterator_next()
519 struct dict_iterator *iterator) in dict_iter_name_first()
525 dict_iter_name_next (const char *name, struct dict_iterator *iterator) in dict_iter_name_next()
573 struct dict_iterator *iterator) in iterator_first_hashed()
581 iterator_next_hashed (struct dict_iterator *iterator) in iterator_next_hashed()
598 iterator_hashed_advance (struct dict_iterator *iterator) in iterator_hashed_advance()
622 struct dict_iterator *iterator) in iter_name_first_hashed()
753 struct dict_iterator *iterator) in iterator_first_linear()
761 iterator_next_linear (struct dict_iterator *iterator) in iterator_next_linear()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h43 struct iterator { using value_type = const CFGBlock *; }; struct
82 using iterator = std::vector<const CFGBlock *>::reverse_iterator; variable
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DRegistry.h50 class iterator; variable
62 friend class iterator; variable
89 explicit iterator(const node *N) : Cur(N) {} in iterator() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dinherit2.C7 typedef int iterator; typedef
12 struct iterator { struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash36.C10 struct iterator { struct
11 typedef Category iterator_category; argument
H A Dcrash56.C12 typedef charT* iterator; typedef
/openbsd/gnu/gcc/libstdc++-v3/include/debug/
H A Dsafe_sequence.h128 typedef typename _Sequence::iterator iterator; in _M_invalidate_if() typedef
165 typedef typename _Sequence::iterator iterator; in _M_transfer_iter() typedef
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraph.h97 using iterator = FunctionMapTy::iterator; variable
193 using iterator = std::vector<CallRecord>::iterator; variable
359 using iterator = CallGraph::iterator; variable
H A DDominanceFrontier.h76 using iterator = typename DomSetMapType::iterator; variable
146 using iterator = DominanceFrontierBase<BasicBlock, false>::iterator; variable
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h289 class iterator; variable
365 explicit iterator(DWARFDie D) : Die(D) {} in iterator() function
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DIdentifierResolver.h87 iterator(NamedDecl *D) { in iterator() function
94 iterator(BaseIter I) { in iterator() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_hashtable.h114 iterator; typedef
151 iterator; typedef
260 iterator; typedef
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dhashtable.h114 iterator; typedef
165 iterator; typedef
312 iterator; typedef
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h81 using iterator = FunctionMapTy::iterator; variable
173 using iterator = SmallVectorImpl<CallRecord>::iterator; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dtypename1.C10 typedef T* iterator; typedef
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h150 using iterator = RopePieceBTreeIterator; variable
184 using iterator = RopePieceBTree::iterator; variable
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DFileSystemStatCache.h74 using iterator = variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb128.C3 typedef T* iterator; // ERROR - pointer to reference typedef
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp181 typedef typename node_iterator::value_type iterator; typedef in pb_ds::trie_prefix_search_node_update
271 typedef typename node_iterator::value_type iterator; typedef in pb_ds::trie_order_statistics_node_update
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeMap.h61 typedef collection::iterator iterator; typedef
H A DTypeList.h62 typedef collection::iterator iterator; typedef

1234567891011