/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 143 Iterator(CNFFormula *CNF, size_t Idx) : CNF(CNF), Idx(Idx) {} in Iterator() function 163 friend class Iterator; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 64 struct Iterator struct 68 Iterator(BindingArray::const_iterator It) : iterator_adaptor_base(It) {} in Iterator() argument 69 const IdentifierInfo *operator*() const { in operator *()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 231 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function 259 Iterator(const Iterator& other) in Iterator() function 317 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function 354 Iterator(const Iterator& other) in Iterator() function 936 using Iterator = IteratorImpl<std::make_index_sequence<sizeof...(T)>>; in GTEST_DISABLE_MSC_WARNINGS_POP_() local 971 Iterator(const ParamGeneratorInterface<To>* base, ParamIterator<From> it, in Iterator() function
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamArray.h | 96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef 263 typedef FixedStreamArrayIterator<T> Iterator; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 172 erase(typename VectorType::iterator Iterator) erase() argument 192 auto Iterator = find(Key); erase() local
|
H A D | DenseSet.h | 124 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function 144 friend class Iterator; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | AttrIterator.h | 34 using Iterator = typename Container::const_iterator; variable
|
/freebsd/contrib/llvm-project/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 | 586 using Iterator = MachineBasicBlock::iterator; in isSafeToMoveForwards() typedef 596 using Iterator = MachineBasicBlock::reverse_iterator; in isSafeToMoveBackwards() typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleContextTracker.h | 154 explicit Iterator() = default; in Iterator() function [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsage.h | 54 Iterator, // We recommend replacing the variable with std::span::iterator. enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 709 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/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProfReader.h | 42 using Iterator = InstrProfIterator<GuidMemProfRecordPair, MemProfReader>; variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 391 SVal Iterator = IsIterFirst ? FirstArg : SecondArg; in handleOverloadedOperator() local 588 SVal RetVal, SVal Iterator, in handleRandomIncrOrDecr() 625 const Expr *Iterator, in handlePtrIncrOrDecr()
|
/freebsd/contrib/llvm-project/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 | 86 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 48 typedef IteratorBase<T> Iterator; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 1220 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() local 1272 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 432 section_iterator Iterator; variable
|