Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp64 struct Iterator struct
68 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} in Iterator() argument
69 const IdentifierInfo *operator*() const { in operator *()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/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
[all...]
H A Dsanitizer_list.h29 friend class Iterator; member
149 typedef IteratorBase<Item> Iterator; typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h27 using Iterator = ReferenceArray::Iterator; variable
H A DDebugLinesSubsection.h83 using Iterator = LineInfoArray::Iterator; variable
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h230 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, Iterator() function
258 Iterator(const Iterator& other) Iterator() function
316 Iterator(const ParamGeneratorInterface<T>* base, Iterator() function
353 Iterator(const Iterator& other) Iterator() function
932 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>; GTEST_DISABLE_MSC_WARNINGS_POP_() local
967 Iterator(const ParamGeneratorInterface<To>* base, ParamIterator<From> it, Iterator() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef
263 typedef FixedStreamArrayIterator<T> Iterator; typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h193 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase()
213 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
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAttrIterator.h34 using Iterator = typename Container::const_iterator; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator() function
H A DReachingDefAnalysis.cpp586 using Iterator = MachineBasicBlock::iterator; in isSafeToMoveForwards() typedef
596 using Iterator = MachineBasicBlock::reverse_iterator; in isSafeToMoveBackwards() typedef
H A DRDFGraph.cpp659 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator() function in llvm::rdf::DataFlowGraph::DefStack::Iterator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h155 explicit Iterator(ContextTrieNode *Node) { NodeQueue.push(Node); } in Iterator() function
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h42 using Iterator = InstrProfIterator<GuidMemProfRecordPair, MemProfReader>; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h709 struct Iterator { struct
710 using value_type = DefStack::value_type;
712 Iterator &up() { in up()
716 Iterator &down() { in down()
739 const DefStack &DS;
740 unsigned Pos;
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp390 SVal Iterator = IsIterFirst ? FirstArg : SecondArg; handleOverloadedOperator() local
587 handleRandomIncrOrDecr(CheckerContext & C,const Expr * CE,OverloadedOperatorKind Op,SVal RetVal,SVal Iterator,SVal Amount) const handleRandomIncrOrDecr() argument
624 handlePtrIncrOrDecr(CheckerContext & C,const Expr * Iterator,OverloadedOperatorKind OK,SVal Offset) const handlePtrIncrOrDecr() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp200 auto Iterator = reinterpret_cast<XRayBuffer (*)(XRayBuffer)>( in __xray_log_process_buffers() local
H A Dxray_buffer_queue.h104 Iterator(BufferRep *Root, size_t O, size_t M) XRAY_NEVER_INSTRUMENT in Iterator() function
[all...]
H A Dxray_segmented_array.h87 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT Iterator() function
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h48 typedef IteratorBase<T> Iterator; typedef
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1219 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { ValueIsDeleted() local
1271 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { ValueIsRAUWd() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h431 section_iterator Iterator; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp340 AppleAcceleratorTable::Iterator::Iterator(const AppleAcceleratorTable &Table, in Iterator() function in AppleAcceleratorTable::Iterator

12