Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DItaniumCXXABI.cpp63 struct Iterator struct
67 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} in Iterator() function
68 const IdentifierInfo *operator*() const { in operator *()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
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
Dsanitizer_list.h29 friend class Iterator; member
149 typedef IteratorBase<Item> Iterator; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossExSubsection.h26 using Iterator = ReferenceArray::Iterator; variable
DDebugLinesSubsection.h82 using Iterator = LineInfoArray::Iterator; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DBinaryStreamArray.h96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef
266 typedef FixedStreamArrayIterator<T> Iterator; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DMapVector.h173 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase()
193 auto Iterator = find(Key); in erase() local
DDenseSet.h124 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function
144 friend class Iterator; variable
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h220 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
248 Iterator(const Iterator& other) in Iterator() function
307 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
345 Iterator(const Iterator& other) in Iterator() function
Dgtest-param-util-generated.h3590 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
3638 Iterator(const Iterator& other) in Iterator() function
3706 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
3762 Iterator(const Iterator& other) in Iterator() function
3840 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
3904 Iterator(const Iterator& other) in Iterator() function
3991 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
4063 Iterator(const Iterator& other) in Iterator() function
4161 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
4241 Iterator(const Iterator& other) in Iterator() function
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DAttrIterator.h35 using Iterator = typename Container::const_iterator; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
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;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAllocationOrder.h49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator() function
DReachingDefAnalysis.cpp582 using Iterator = MachineBasicBlock::iterator; in isSafeToMoveForwards() typedef
592 using Iterator = MachineBasicBlock::reverse_iterator; in isSafeToMoveBackwards() typedef
DRDFGraph.cpp664 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator() function in DataFlowGraph::DefStack::Iterator
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.h96 llvm::object::section_iterator Iterator; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
DArgList.h209 using Iterator = filtered_iterator<sizeof...(OptSpecifiers)>; in filtered() local
220 using Iterator = filtered_reverse_iterator<sizeof...(OptSpecifiers)>; in filtered_reverse() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp200 auto Iterator = reinterpret_cast<XRayBuffer (*)(XRayBuffer)>( in __xray_log_process_buffers() local
Dxray_buffer_queue.h104 Iterator(BufferRep *Root, size_t O, size_t M) XRAY_NEVER_INSTRUMENT in Iterator() function
Dxray_segmented_array.h87 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dlist.h48 typedef IteratorBase<T> Iterator; typedef
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorModeling.cpp394 const SVal &Iterator = IsIterFirst ? FirstArg : SecondArg; in handleOverloadedOperator() local
593 const SVal &Iterator, in handleRandomIncrOrDecr()
630 const Expr *Iterator, in handlePtrIncrOrDecr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DValue.cpp1145 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() local
1197 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd() local
/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-printers-test.cc978 TEST(PrintStlContainerTest, Iterator) { in TEST() argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h4411 DeclStmt::const_decl_iterator Iterator = Node.decl_begin(); in AST_MATCHER_P2() local

12