Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumCXXABI.cpp63 struct Iterator struct
67 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} in Iterator() argument
68 const IdentifierInfo *operator*() const { in operator *()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h89 Iterator() { } in Iterator() function
90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() function
275 Iterator() { } in Iterator() function
276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator() function
H A Dsanitizer_list.h29 friend class Iterator; member
149 typedef IteratorBase<Item> Iterator; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h88 Iterator() { } in Iterator() function
89 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() function
274 Iterator() { } in Iterator() function
275 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator() function
H A Dsanitizer_list.h28 friend class Iterator; member
148 typedef IteratorBase<Item> Iterator; typedef
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h90 Iterator() { } in Iterator() function
91 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() function
276 Iterator() { } in Iterator() function
277 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator() function
H A Dsanitizer_list.h30 friend class Iterator; member
150 typedef IteratorBase<Item> Iterator; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h26 using Iterator = ReferenceArray::Iterator; variable
H A DDebugLinesSubsection.h82 using Iterator = LineInfoArray::Iterator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamArray.h96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef
266 typedef FixedStreamArrayIterator<T> Iterator; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h222 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
250 Iterator(const Iterator& other) in Iterator() function
309 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
346 Iterator(const Iterator& other) in Iterator() function
861 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h173 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase()
193 auto Iterator = find(Key); in erase() local
H A DDenseSet.h124 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function
144 friend class Iterator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttrIterator.h35 using Iterator = typename Container::const_iterator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAllocationOrder.h49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator() function
H A DReachingDefAnalysis.cpp582 using Iterator = MachineBasicBlock::iterator; in isSafeToMoveForwards() typedef
592 using Iterator = MachineBasicBlock::reverse_iterator; in isSafeToMoveBackwards() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h676 struct Iterator { struct
677 using value_type = DefStack::value_type;
679 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up()
680 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down()
700 const DefStack &DS;
701 unsigned Pos;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h96 llvm::object::section_iterator Iterator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h209 using Iterator = filtered_iterator<sizeof...(OptSpecifiers)>; in filtered() local
220 using Iterator = filtered_reverse_iterator<sizeof...(OptSpecifiers)>; in filtered_reverse() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_log_interface.cc201 auto Iterator = reinterpret_cast<XRayBuffer (*)(XRayBuffer)>( in __xray_log_process_buffers() local
H A Dxray_buffer_queue.h105 Iterator(BufferRep *Root, size_t O, size_t M) XRAY_NEVER_INSTRUMENT in Iterator() function
H A Dxray_segmented_array.h88 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp394 const SVal &Iterator = IsIterFirst ? FirstArg : SecondArg; in handleOverloadedOperator() local
593 const SVal &Iterator, in handleRandomIncrOrDecr()
630 const Expr *Iterator, in handlePtrIncrOrDecr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp1118 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() local
1170 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py8 class Iterator: class

12