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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAllocationOrder.h49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} function in class:llvm::AllocationOrder::final
[all...]
H A DRDFGraph.cpp664 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, function in class:DataFlowGraph::DefStack::Iterator
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h96 llvm::object::section_iterator Iterator; member in class:llvm::objdump::SectionFilterIterator
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h150 typedef IteratorBase<Item> Iterator; typedef in struct:__sanitizer::IntrusiveList
H A Dsanitizer_bitvector.h88 class Iterator { class
90 Iterator() { } function in class:__sanitizer::BasicBitVector::Iterator
91 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} function in class:__sanitizer::BasicBitVector::Iterator
274 class Iterator { class
276 Iterator() { } function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
277 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_segmented_array.h82 template <class U> class Iterator { class in class:__xray::Array
[all...]
H A Dxray_buffer_queue.h81 template <class T> class Iterator { class in class:__xray::BufferQueue
[all...]
/netbsd-current/external/apache2/llvm/dist/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.h111 class Iterator { class in class:llvm::detail::DenseSetImpl
124 Iterator(const typename MapTy::iterator &i) : I(i) {} function in class:llvm::detail::DenseSetImpl::Iterator
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h148 typedef IteratorBase<Item> Iterator; typedef in struct:__sanitizer::IntrusiveList
H A Dsanitizer_bitvector.h86 class Iterator { class
88 Iterator() { } function in class:__sanitizer::BasicBitVector::Iterator
89 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} function in class:__sanitizer::BasicBitVector::Iterator
272 class Iterator { class
274 Iterator() { } function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
275 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamArray.h96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef in class:llvm::VarStreamArray
266 typedef FixedStreamArrayIterator<T> Iterator; typedef in class:llvm::FixedStreamArray
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumCXXABI.cpp63 struct Iterator struct in struct:__anon324::DecompositionDeclName
67 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} function in struct:__anon324::DecompositionDeclName::Iterator
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py8 class Iterator: class in inherits:
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp394 const SVal &Iterator = IsIterFirst ? FirstArg : SecondArg; local
590 handleRandomIncrOrDecr(CheckerContext &C, const Expr *CE, OverloadedOperatorKind Op, const SVal &RetVal, const SVal &Iterator, const SVal &Amount) const argument
629 handlePtrIncrOrDecr(CheckerContext &C, const Expr *Iterator, OverloadedOperatorKind OK, SVal Offset) const argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py41 Iterator = object variable
49 class Iterator: class in inherits:
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h220 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
222 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
250 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
307 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
309 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
346 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py41 Iterator = object variable
49 class Iterator: class in inherits:
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h676 struct Iterator { struct in struct:DataFlowGraph::DefStack
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.h133 typedef std::list<Free_list_node>::iterator Iterator; typedef in class:gold::Free_list
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.h133 typedef std::list<Free_list_node>::iterator Iterator; typedef in class:gold::Free_list
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.h133 typedef std::list<Free_list_node>::iterator Iterator; typedef in class:gold::Free_list
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp633 iterator(const DeclIndexPair *Iterator) argument

Completed in 238 milliseconds