HomeSort by relevance Sort by last modified time
    Searched defs:iterator (Results 826 - 850 of 3929) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
FileSystemStatCache.h 119 iterator; typedef in class:clang::MemorizeStatCalls
121 iterator begin() const { return StatCalls.begin(); }
122 iterator end() const { return StatCalls.end(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Job.h 16 #include "llvm/ADT/iterator.h"
170 typedef llvm::pointee_iterator<list_type::iterator> iterator; typedef in class:clang::driver::JobList
190 iterator begin() { return Jobs.begin(); }
192 iterator end() { return Jobs.end(); }
Multilib.h 106 typedef multilib_list::iterator iterator; typedef in class:clang::driver::MultilibSet
150 iterator begin() { return Multilibs.begin(); }
153 iterator end() { return Multilibs.end(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Core/
RewriteRope.h 23 #include <iterator>
89 public std::iterator<std::forward_iterator_tag, const char, ptrdiff_t> {
98 // begin iterator.
100 // end iterator
145 typedef RopePieceBTreeIterator iterator; typedef in class:clang::RopePieceBTree
146 iterator begin() const { return iterator(Root); }
147 iterator end() const { return iterator(); }
180 typedef RopePieceBTree::iterator iterator typedef in class:clang::RewriteRope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
IdentifierResolver.h 45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) {
65 /// iterator - Iterate over the decls of a specified declaration name.
68 class iterator { class in class:clang::IdentifierResolver
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
81 typedef IdDeclInfo::DeclsTy::iterator BaseIter;
84 iterator(NamedDecl *D) { function in class:clang::IdentifierResolver::iterator
88 /// A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaration
90 iterator(BaseIter I) function in class:clang::IdentifierResolver::iterator
105 iterator() : Ptr(0) {} function in class:clang::IdentifierResolver::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
IVUsers.h 143 typedef ilist<IVStrideUse>::iterator iterator; typedef in class:llvm::IVUsers
145 iterator begin() { return IVUses.begin(); }
146 iterator end() { return IVUses.end(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDie.h 15 #include "llvm/ADT/iterator.h"
24 #include <iterator>
261 /// Get an iterator range to all attributes in the current DIE only.
263 /// \returns an iterator range for the attributes of the current DIE.
266 class iterator;
268 iterator begin() const;
269 iterator end() const;
270 iterator_range<iterator> children() const;
286 /// error will be set if the Err member variable is non-NULL and the iterator
313 class DWARFDie::iterator : public iterator_facade_base<iterator class in class:llvm::DWARFDie
324 explicit iterator(DWARFDie D) : Die(D) { function in class:llvm::DWARFDie::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Registry.h 51 class iterator;
63 friend class iterator;
84 class iterator { class in class:llvm::Registry
88 explicit iterator(const node *N) : Cur(N) {} function in class:llvm::Registry::iterator
90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
92 iterator &operator++() { Cur = Cur->Next; return *this; }
99 static iterator begin();
100 static iterator end() { return iterator(nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
UnresolvedSet.h 21 #include "llvm/ADT/iterator.h"
25 /// The iterator over UnresolvedSets. Serves as both the const and
26 /// non-const iterator.
72 // We don't currently support assignment through this iterator, so we might
74 typedef UnresolvedSetIterator iterator; typedef in class:clang::UnresolvedSetImpl
77 iterator begin() { return iterator(decls().begin()); }
78 iterator end() { return iterator(decls().end()); }
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CallGraph.h 70 typedef FunctionMapTy::iterator iterator; typedef in class:clang::CallGraph
72 iterator begin() { return FunctionMap.begin(); }
73 iterator end() { return FunctionMap.end(); }
87 typedef llvm::SetVector<CallGraphNode *>::iterator nodes_iterator;
148 typedef SmallVectorImpl<CallRecord>::iterator iterator; typedef in class:clang::CallGraphNode
152 inline iterator begin() { return CalledFunctions.begin(); }
153 inline iterator end() { return CalledFunctions.end(); }
177 typedef NodeType::iterator ChildIteratorType
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
FileSystemStatCache.h 119 iterator; typedef in class:clang::MemorizeStatCalls
121 iterator begin() const { return StatCalls.begin(); }
122 iterator end() const { return StatCalls.end(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Job.h 16 #include "llvm/ADT/iterator.h"
170 typedef llvm::pointee_iterator<list_type::iterator> iterator; typedef in class:clang::driver::JobList
190 iterator begin() { return Jobs.begin(); }
192 iterator end() { return Jobs.end(); }
Multilib.h 106 typedef multilib_list::iterator iterator; typedef in class:clang::driver::MultilibSet
150 iterator begin() { return Multilibs.begin(); }
153 iterator end() { return Multilibs.end(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Core/
RewriteRope.h 23 #include <iterator>
89 public std::iterator<std::forward_iterator_tag, const char, ptrdiff_t> {
98 // begin iterator.
100 // end iterator
145 typedef RopePieceBTreeIterator iterator; typedef in class:clang::RopePieceBTree
146 iterator begin() const { return iterator(Root); }
147 iterator end() const { return iterator(); }
180 typedef RopePieceBTree::iterator iterator typedef in class:clang::RewriteRope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
IdentifierResolver.h 45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) {
65 /// iterator - Iterate over the decls of a specified declaration name.
68 class iterator { class in class:clang::IdentifierResolver
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
81 typedef IdDeclInfo::DeclsTy::iterator BaseIter;
84 iterator(NamedDecl *D) { function in class:clang::IdentifierResolver::iterator
88 /// A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaration
90 iterator(BaseIter I) function in class:clang::IdentifierResolver::iterator
105 iterator() : Ptr(0) {} function in class:clang::IdentifierResolver::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
IVUsers.h 143 typedef ilist<IVStrideUse>::iterator iterator; typedef in class:llvm::IVUsers
145 iterator begin() { return IVUses.begin(); }
146 iterator end() { return IVUses.end(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDie.h 15 #include "llvm/ADT/iterator.h"
24 #include <iterator>
261 /// Get an iterator range to all attributes in the current DIE only.
263 /// \returns an iterator range for the attributes of the current DIE.
266 class iterator;
268 iterator begin() const;
269 iterator end() const;
270 iterator_range<iterator> children() const;
286 /// error will be set if the Err member variable is non-NULL and the iterator
313 class DWARFDie::iterator : public iterator_facade_base<iterator class in class:llvm::DWARFDie
324 explicit iterator(DWARFDie D) : Die(D) { function in class:llvm::DWARFDie::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Registry.h 51 class iterator;
63 friend class iterator;
84 class iterator { class in class:llvm::Registry
88 explicit iterator(const node *N) : Cur(N) {} function in class:llvm::Registry::iterator
90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
92 iterator &operator++() { Cur = Cur->Next; return *this; }
99 static iterator begin();
100 static iterator end() { return iterator(nullptr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
debug_map_base.hpp 78 typedef typename key_repository::iterator iterator; typedef in class:__gnu_pbds::detail::debug_map_base
123 iterator
178 iterator it = find(r_key);
270 typename PB_DS_CLASS_C_DEC::iterator
275 iterator it = m_keys.begin();
312 iterator it = m_keys.begin();
328 iterator it = other.m_keys.begin();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 48 #include <iterator>
134 typedef const_iterator iterator; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
162 inline iterator
168 inline iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp 113 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
162 inline iterator
163 erase(iterator);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 139 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME
194 inline iterator
195 erase(iterator it);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 103 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 66 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::detail::trie_policy_base
74 virtual iterator
101 static iterator
104 static iterator
155 typename PB_DS_CLASS_C_DEC::iterator
166 typename PB_DS_CLASS_C_DEC::iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 87 /// Element const iterator type.
167 /// Const element iterator.
178 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::trie_prefix_search_node_update
181 /// Finds the const iterator range corresponding to all values
186 /// Finds the iterator range corresponding to all values whose
188 std::pair<iterator, iterator>
191 /// Finds the const iterator range corresponding to all values
196 /// Finds the iterator range corresponding to all values whose
198 std::pair<iterator, iterator
270 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::trie_order_statistics_node_update
    [all...]

Completed in 1261 milliseconds

<<31323334353637383940>>