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

<<61626364656667686970>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExternalASTSource.h 497 /// In a complete iteration, the iterator walks the range [-M, N),
502 /// precompiled headers), dereferencing the iterator flips the negative
508 /// We define this as a wrapping iterator around an int. The
509 /// iterator_adaptor_base class forwards the iterator methods to basic integer
511 class iterator class in class:clang::LazyVector
513 iterator, int, std::random_access_iterator_tag, T, int, T *, T &> {
516 iterator(LazyVector *Self, int Position) function in class:clang::LazyVector::iterator
517 : iterator::iterator_adaptor_base(Position), Self(Self) {}
523 iterator() : iterator(nullptr, 0) { function in class:clang::LazyVector::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
VirtualFileSystem.h 130 /// \brief An interface for virtual file systems to provide an iterator over the
144 /// \brief An input iterator over the entries in a virtual path, similar to
147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
154 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
157 /// \brief Construct an 'end' iterator.
165 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
184 /// \brief An input iterator over the recursive contents of a virtual path,
191 std::shared_ptr<IterState> State; // Input iterator semantics on copy.
196 /// \brief Construct an 'end' iterator.
237 /// \note The 'end' iterator is directory_iterator()
296 typedef FileSystemList::reverse_iterator iterator; typedef in class:clang::vfs::OverlayFileSystem
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
PreprocessingRecord.h 22 #include "llvm/ADT/iterator.h"
303 /// and are referenced by the iterator using negative indices.
382 /// In a complete iteration, the iterator walks the range [-M, N),
387 /// precompiled headers), dereferencing the iterator flips the negative
393 /// We define this as a wrapping iterator around an int. The
394 /// iterator_adaptor_base class forwards the iterator methods to basic
396 class iterator : public llvm::iterator_adaptor_base< class in class:clang::PreprocessingRecord
397 iterator, int, std::random_access_iterator_tag,
402 iterator(PreprocessingRecord *Self, int Position) function in class:clang::PreprocessingRecord::iterator
403 : iterator::iterator_adaptor_base(Position), Self(Self) {
407 iterator() : iterator(nullptr, 0) {} function in class:clang::PreprocessingRecord::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
SemaInternal.h 260 class iterator class in class:clang::TypoCorrectionConsumer::NamespaceSpecifierSet
261 : public llvm::iterator_facade_base<iterator, std::forward_iterator_tag,
264 const std::map<unsigned, SpecifierInfoList>::iterator OuterBack;
265 /// Iterator on the distance map.
266 std::map<unsigned, SpecifierInfoList>::iterator Outer;
267 /// Iterator on an element in the distance map.
268 SpecifierInfoList::iterator Inner;
271 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) function in class:clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator
278 iterator &operator++() {
288 bool operator==(const iterator &RHS) const { return Inner == RHS.Inner;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 437 typedef llvm::ImmutableList<SVal>::iterator iterator; typedef in class:clang::ento::nonloc::CompoundVal
438 iterator begin() const;
439 iterator end() const;
503 typedef llvm::ImmutableList<const CXXBaseSpecifier *>::iterator iterator; typedef in class:clang::ento::nonloc::PointerToMember
504 iterator begin() const;
505 iterator end() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 20 #include "llvm/ADT/iterator.h"
418 typedef FoldingSetIterator<T> iterator; typedef in class:llvm::FoldingSetImpl
419 iterator begin() { return iterator(Buckets); }
420 iterator end() { return iterator(Buckets+NumBuckets); }
576 typedef pointee_iterator<typename VectorT::iterator> iterator; typedef in class:llvm::FoldingSetVector
577 iterator begin() { return Vector.begin(); }
578 iterator end() { return Vector.end();
    [all...]
ilist.h 30 #include <iterator>
72 template <class Iterator>
73 void transferNodesFromList(ilist_callback_traits &OldList, Iterator /*first*/,
74 Iterator /*last*/) {
192 typedef typename base_list_type::iterator iterator; typedef in class:llvm::iplist_impl
241 iterator insert(iterator where, pointer New) {
246 iterator insert(iterator where, const_reference New)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineInstrBuilder.h 68 MachineInstrBuilder(MachineFunction &F, MachineBasicBlock::iterator I)
74 operator MachineBasicBlock::iterator() const { return MI; }
303 MachineBasicBlock::iterator I,
335 return BuildMI(BB, MachineBasicBlock::iterator(I), DL, MCID, DestReg);
348 MachineBasicBlock::iterator I,
374 return BuildMI(BB, MachineBasicBlock::iterator(I), DL, MCID);
411 MachineBasicBlock::iterator I, const DebugLoc &DL,
418 MachineBasicBlock::iterator I,
472 MIBundleBuilder(MachineBasicBlock &BB, MachineBasicBlock::iterator Pos)
476 MIBundleBuilder(MachineBasicBlock &BB, MachineBasicBlock::iterator B
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExternalASTSource.h 497 /// In a complete iteration, the iterator walks the range [-M, N),
502 /// precompiled headers), dereferencing the iterator flips the negative
508 /// We define this as a wrapping iterator around an int. The
509 /// iterator_adaptor_base class forwards the iterator methods to basic integer
511 class iterator class in class:clang::LazyVector
513 iterator, int, std::random_access_iterator_tag, T, int, T *, T &> {
516 iterator(LazyVector *Self, int Position) function in class:clang::LazyVector::iterator
517 : iterator::iterator_adaptor_base(Position), Self(Self) {}
523 iterator() : iterator(nullptr, 0) { function in class:clang::LazyVector::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
VirtualFileSystem.h 130 /// \brief An interface for virtual file systems to provide an iterator over the
144 /// \brief An input iterator over the entries in a virtual path, similar to
147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
154 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
157 /// \brief Construct an 'end' iterator.
165 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
184 /// \brief An input iterator over the recursive contents of a virtual path,
191 std::shared_ptr<IterState> State; // Input iterator semantics on copy.
196 /// \brief Construct an 'end' iterator.
237 /// \note The 'end' iterator is directory_iterator()
296 typedef FileSystemList::reverse_iterator iterator; typedef in class:clang::vfs::OverlayFileSystem
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
PreprocessingRecord.h 22 #include "llvm/ADT/iterator.h"
303 /// and are referenced by the iterator using negative indices.
382 /// In a complete iteration, the iterator walks the range [-M, N),
387 /// precompiled headers), dereferencing the iterator flips the negative
393 /// We define this as a wrapping iterator around an int. The
394 /// iterator_adaptor_base class forwards the iterator methods to basic
396 class iterator : public llvm::iterator_adaptor_base< class in class:clang::PreprocessingRecord
397 iterator, int, std::random_access_iterator_tag,
402 iterator(PreprocessingRecord *Self, int Position) function in class:clang::PreprocessingRecord::iterator
403 : iterator::iterator_adaptor_base(Position), Self(Self) {
407 iterator() : iterator(nullptr, 0) {} function in class:clang::PreprocessingRecord::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
SemaInternal.h 260 class iterator class in class:clang::TypoCorrectionConsumer::NamespaceSpecifierSet
261 : public llvm::iterator_facade_base<iterator, std::forward_iterator_tag,
264 const std::map<unsigned, SpecifierInfoList>::iterator OuterBack;
265 /// Iterator on the distance map.
266 std::map<unsigned, SpecifierInfoList>::iterator Outer;
267 /// Iterator on an element in the distance map.
268 SpecifierInfoList::iterator Inner;
271 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) function in class:clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator
278 iterator &operator++() {
288 bool operator==(const iterator &RHS) const { return Inner == RHS.Inner;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 437 typedef llvm::ImmutableList<SVal>::iterator iterator; typedef in class:clang::ento::nonloc::CompoundVal
438 iterator begin() const;
439 iterator end() const;
503 typedef llvm::ImmutableList<const CXXBaseSpecifier *>::iterator iterator; typedef in class:clang::ento::nonloc::PointerToMember
504 iterator begin() const;
505 iterator end() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 20 #include "llvm/ADT/iterator.h"
418 typedef FoldingSetIterator<T> iterator; typedef in class:llvm::FoldingSetImpl
419 iterator begin() { return iterator(Buckets); }
420 iterator end() { return iterator(Buckets+NumBuckets); }
576 typedef pointee_iterator<typename VectorT::iterator> iterator; typedef in class:llvm::FoldingSetVector
577 iterator begin() { return Vector.begin(); }
578 iterator end() { return Vector.end();
    [all...]
ilist.h 30 #include <iterator>
72 template <class Iterator>
73 void transferNodesFromList(ilist_callback_traits &OldList, Iterator /*first*/,
74 Iterator /*last*/) {
192 typedef typename base_list_type::iterator iterator; typedef in class:llvm::iplist_impl
241 iterator insert(iterator where, pointer New) {
246 iterator insert(iterator where, const_reference New)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineInstrBuilder.h 68 MachineInstrBuilder(MachineFunction &F, MachineBasicBlock::iterator I)
74 operator MachineBasicBlock::iterator() const { return MI; }
303 MachineBasicBlock::iterator I,
335 return BuildMI(BB, MachineBasicBlock::iterator(I), DL, MCID, DestReg);
348 MachineBasicBlock::iterator I,
374 return BuildMI(BB, MachineBasicBlock::iterator(I), DL, MCID);
411 MachineBasicBlock::iterator I, const DebugLoc &DL,
418 MachineBasicBlock::iterator I,
472 MIBundleBuilder(MachineBasicBlock &BB, MachineBasicBlock::iterator Pos)
476 MIBundleBuilder(MachineBasicBlock &BB, MachineBasicBlock::iterator B
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 101 const char * iterator; member in struct:clast_for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 227 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; typedef in class:vector
231 typedef std::reverse_iterator<iterator> reverse_iterator;
375 * @param __first An input iterator.
376 * @param __last An input iterator.
402 // Check whether it's an integral type. If so, it's not an iterator.
484 * @param __first An input iterator.
485 * @param __last An input iterator.
505 // Check whether it's an integral type. If so, it's not an iterator.
533 * Returns a read/write iterator that points to the first
537 iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 42 #include <iterator>
186 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
232 typedef iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
236 typedef const_iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
346 inline iterator
352 inline iterator
641 static iterator s_end_it;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 193 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
240 typedef iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
244 typedef const_iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
365 inline iterator
371 inline iterator
678 static iterator s_end_it;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 73 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; typedef in class:__versa_string
77 typedef std::reverse_iterator<iterator> reverse_iterator;
118 iterator
120 { return iterator(this->_M_data()); }
122 iterator
124 { return iterator(this->_M_data() + this->_M_length()); }
315 * Returns a read/write iterator that points to the first character in
318 iterator
322 return iterator(this->_M_data());
326 * Returns a read-only (constant) iterator that points to the firs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 227 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; typedef in class:vector
231 typedef std::reverse_iterator<iterator> reverse_iterator;
375 * @param __first An input iterator.
376 * @param __last An input iterator.
402 // Check whether it's an integral type. If so, it's not an iterator.
484 * @param __first An input iterator.
485 * @param __last An input iterator.
505 // Check whether it's an integral type. If so, it's not an iterator.
533 * Returns a read/write iterator that points to the first
537 iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 42 #include <iterator>
186 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
232 typedef iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
236 typedef const_iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
346 inline iterator
352 inline iterator
641 static iterator s_end_it;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 193 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
240 typedef iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
244 typedef const_iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
365 inline iterator
371 inline iterator
678 static iterator s_end_it;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 73 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; typedef in class:__versa_string
77 typedef std::reverse_iterator<iterator> reverse_iterator;
118 iterator
120 { return iterator(this->_M_data()); }
122 iterator
124 { return iterator(this->_M_data() + this->_M_length()); }
315 * Returns a read/write iterator that points to the first character in
318 iterator
322 return iterator(this->_M_data());
326 * Returns a read-only (constant) iterator that points to the firs
    [all...]

Completed in 1424 milliseconds

<<61626364656667686970>>