| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ItaniumCXXABI.cpp | 63 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/ |
| 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
|
| D | sanitizer_list.h | 29 friend class Iterator; member 149 typedef IteratorBase<Item> Iterator; typedef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | DebugCrossExSubsection.h | 26 using Iterator = ReferenceArray::Iterator; variable
|
| D | DebugLinesSubsection.h | 82 using Iterator = LineInfoArray::Iterator; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | BinaryStreamArray.h | 96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; typedef 266 typedef FixedStreamArrayIterator<T> Iterator; typedef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | MapVector.h | 173 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase() 193 auto Iterator = find(Key); in erase() local
|
| D | DenseSet.h | 124 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/ |
| D | gtest-param-util.h | 220 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
|
| D | gtest-param-util-generated.h | 3590 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/ |
| D | AttrIterator.h | 35 using Iterator = typename Container::const_iterator; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | RDFGraph.h | 676 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/ |
| D | AllocationOrder.h | 49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator() function
|
| D | ReachingDefAnalysis.cpp | 582 using Iterator = MachineBasicBlock::iterator; in isSafeToMoveForwards() typedef 592 using Iterator = MachineBasicBlock::reverse_iterator; in isSafeToMoveBackwards() typedef
|
| D | RDFGraph.cpp | 664 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/ |
| D | llvm-objdump.h | 96 llvm::object::section_iterator Iterator; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/ |
| 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-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_log_interface.cpp | 200 auto Iterator = reinterpret_cast<XRayBuffer (*)(XRayBuffer)>( in __xray_log_process_buffers() local
|
| D | xray_buffer_queue.h | 104 Iterator(BufferRep *Root, size_t O, size_t M) XRAY_NEVER_INSTRUMENT in Iterator() function
|
| D | xray_segmented_array.h | 87 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/ |
| D | list.h | 48 typedef IteratorBase<T> Iterator; typedef
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | IteratorModeling.cpp | 394 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/ |
| D | Value.cpp | 1145 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/ |
| D | googletest-printers-test.cc | 978 TEST(PrintStlContainerTest, Iterator) { in TEST() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 4411 DeclStmt::const_decl_iterator Iterator = Node.decl_begin(); in AST_MATCHER_P2() local
|