Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCNFFormula.h143 Iterator(CNFFormula *CNF, size_t Idx) : CNF(CNF), Idx(Idx) {} in Iterator() function
163 friend class Iterator; variable
/freebsd/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
H A Dsanitizer_list.h29 friend class Iterator; member
149 typedef IteratorBase<Item> Iterator; typedef
/freebsd/contrib/llvm-project/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 *()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h232 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
260 Iterator(const Iterator& other) in Iterator() function
318 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
355 Iterator(const Iterator& other) in Iterator() function
936 using Iterator = IteratorImpl<std::make_index_sequence<sizeof...(T)>>; in GTEST_DISABLE_MSC_WARNINGS_POP_() local
977 Iterator(const ParamGeneratorConverter* base, ParamIterator<From> it, in Iterator() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h28 using Iterator = ReferenceArray::Iterator; variable
H A DDebugLinesSubsection.h84 using Iterator = LineInfoArray::Iterator; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef
263 typedef FixedStreamArrayIterator<T> Iterator; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringTable.h110 explicit constexpr Iterator(const StringTable &Table, Offset O) in Iterator() function
H A DMapVector.h195 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase()
215 auto Iterator = find(Key); in erase() local
H A DDenseSet.h124 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function
151 friend class Iterator; variable
/freebsd/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 DCFIFixup.cpp188 MachineBasicBlock::iterator Iterator; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h56 Iterator, // We recommend replacing the variable with std::span::iterator. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h161 explicit Iterator(ContextTrieNode *Node) { NodeQueue.push(Node); } in Iterator() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttrIterator.h37 using Iterator = typename Container::const_iterator; variable
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h44 using Iterator = InstrProfIterator<GuidMemProfRecordPair, MemProfReader>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h210 using Iterator = filtered_iterator<sizeof...(OptSpecifiers)>; in filtered() local
221 using Iterator = filtered_reverse_iterator<sizeof...(OptSpecifiers)>; in filtered_reverse() local
/freebsd/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
H A Dxray_segmented_array.h86 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator() function
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dblockstore.h72 LIBC_INLINE constexpr Iterator(Block *b, size_t i) : block(b), index(i) {} in Iterator() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp394 SVal Iterator = IsIterFirst ? FirstArg : SecondArg; in handleOverloadedOperator() local
593 SVal RetVal, SVal Iterator, in handleRandomIncrOrDecr()
630 const Expr *Iterator, in handlePtrIncrOrDecr()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h145 typedef IteratorBase<T> Iterator; typedef

12