/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bitvector.h | 89 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 D | sanitizer_list.h | 29 friend class Iterator; member 149 typedef IteratorBase<Item> Iterator; typedef
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 64 struct Iterator struct 68 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} in Iterator() function 69 const IdentifierInfo *operator*() const { in operator *()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryStreamArray.h | 96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef 263 typedef FixedStreamArrayIterator<T> Iterator; typedef
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 174 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase() 194 auto Iterator = find(Key); in erase() local
|
H A D | DenseSet.h | 124 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function 144 friend class Iterator; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.h | 27 using Iterator = ReferenceArray::Iterator; variable
|
H A D | DebugLinesSubsection.h | 83 using Iterator = LineInfoArray::Iterator; variable
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | JSON.h | 227 typedef Map::iterator Iterator; typedef 248 typedef Vector::iterator Iterator; typedef
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 680 struct Iterator { struct 681 using value_type = DefStack::value_type; 683 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up() 684 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down() 704 const DefStack &DS; 705 unsigned Pos;
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | AttrIterator.h | 34 using Iterator = typename Container::const_iterator; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AllocationOrder.h | 49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator() function
|
H A D | ReachingDefAnalysis.cpp | 587 using Iterator = MachineBasicBlock::iterator; in isSafeToMoveForwards() typedef 597 using Iterator = MachineBasicBlock::reverse_iterator; in isSafeToMoveBackwards() typedef
|
/openbsd/gnu/llvm/llvm/include/llvm/Option/ |
H A D | ArgList.h | 209 using Iterator = filtered_iterator<sizeof...(OptSpecifiers)>; in filtered() local 220 using Iterator = filtered_reverse_iterator<sizeof...(OptSpecifiers)>; in filtered_reverse() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 93 llvm::object::section_iterator Iterator; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleContextTracker.h | 154 explicit Iterator(ContextTrieNode *Node) { NodeQueue.push(Node); } in Iterator() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | RawMemProfReader.h | 61 using Iterator = InstrProfIterator<GuidMemProfRecordPair, RawMemProfReader>; variable
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 393 const SVal &Iterator = IsIterFirst ? FirstArg : SecondArg; in handleOverloadedOperator() local 592 const SVal &Iterator, in handleRandomIncrOrDecr() 629 const Expr *Iterator, in handlePtrIncrOrDecr()
|
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_log_interface.cpp | 200 auto Iterator = reinterpret_cast<XRayBuffer (*)(XRayBuffer)>( in __xray_log_process_buffers() local
|
H A D | xray_buffer_queue.h | 104 Iterator(BufferRep *Root, size_t O, size_t M) XRAY_NEVER_INSTRUMENT in Iterator() function
|
H A D | xray_segmented_array.h | 87 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator() function
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 48 typedef IteratorBase<T> Iterator; typedef
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Value.cpp | 1139 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() local 1191 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd() local
|
/openbsd/gnu/llvm/llvm/utils/gdb-scripts/ |
H A D | prettyprinters.py | 8 class Iterator: class
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 438 Iterator, // We recommend replacing the variable with std::span::iterator. enumerator
|