Searched defs:Iterator (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h61 llvm::object::section_iterator Iterator; member in class:llvm::SectionFilterIterator
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h149 typedef IteratorBase<Item> Iterator; typedef in struct:__sanitizer::IntrusiveList
H A Dsanitizer_bitvector.h87 class Iterator { class
89 Iterator() { } function in class:__sanitizer::BasicBitVector::Iterator
90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} function in class:__sanitizer::BasicBitVector::Iterator
273 class Iterator { class
275 Iterator() { } function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h81 template <class U> class Iterator { class in class:__xray::Array
[all...]
H A Dxray_buffer_queue.h80 template <class T> class Iterator { class in class:__xray::BufferQueue
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h173 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { argument
193 auto Iterator = find(Key); local
H A DDenseSet.h105 class Iterator { class in class:llvm::detail::DenseSetImpl
118 Iterator(const typename MapTy::iterator &i) : I(i) {} function in class:llvm::detail::DenseSetImpl::Iterator
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h48 typedef IteratorBase<T> Iterator; typedef in struct:scudo::IntrusiveList
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h92 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef in class:llvm::VarStreamArray
262 typedef FixedStreamArrayIterator<T> Iterator; typedef in class:llvm::FixedStreamArray
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp63 struct Iterator struct in struct:__anon256::DecompositionDeclName
67 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} function in struct:__anon256::DecompositionDeclName::Iterator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h676 struct Iterator { struct in struct:DataFlowGraph::DefStack
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp664 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, function in class:DataFlowGraph::DefStack::Iterator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp590 iterator(const DeclIndexPair *Iterator) argument

Completed in 312 milliseconds