/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | child_iterator.hpp | 47 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 D | iterator.h | 24 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 D | stl_iterator_base_types.h | 104 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 D | stl_iterator_base_types.h | 106 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 D | dictionary.c | 501 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 D | PostOrderCFGView.h | 43 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 D | Registry.h | 50 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 D | inherit2.C | 7 typedef int iterator; typedef 12 struct iterator { struct
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | crash36.C | 10 struct iterator { struct 11 typedef Category iterator_category; argument
|
H A D | crash56.C | 12 typedef charT* iterator; typedef
|
/openbsd/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | safe_sequence.h | 128 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 D | CallGraph.h | 97 using iterator = FunctionMapTy::iterator; variable 193 using iterator = std::vector<CallRecord>::iterator; variable 359 using iterator = CallGraph::iterator; variable
|
H A D | DominanceFrontier.h | 76 using iterator = typename DomSetMapType::iterator; variable 146 using iterator = DominanceFrontierBase<BasicBlock, false>::iterator; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 289 class iterator; variable 365 explicit iterator(DWARFDie D) : Die(D) {} in iterator() function
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | IdentifierResolver.h | 87 iterator(NamedDecl *D) { in iterator() function 94 iterator(BaseIter I) { in iterator() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | stl_hashtable.h | 114 iterator; typedef 151 iterator; typedef 260 iterator; typedef
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | hashtable.h | 114 iterator; typedef 165 iterator; typedef 312 iterator; typedef
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 81 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 D | typename1.C | 10 typedef T* iterator; typedef
|
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Core/ |
H A D | RewriteRope.h | 150 using iterator = RopePieceBTreeIterator; variable 184 using iterator = RopePieceBTree::iterator; variable
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | FileSystemStatCache.h | 74 using iterator = variable
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
H A D | eb128.C | 3 typedef T* iterator; // ERROR - pointer to reference typedef
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
H A D | trie_policy.hpp | 181 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 D | TypeMap.h | 61 typedef collection::iterator iterator; typedef
|
H A D | TypeList.h | 62 typedef collection::iterator iterator; typedef
|