Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 171) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h262 struct const_iterator { struct
263 using iterator_category = std::forward_iterator_tag;
264 using value_type = llvm::object::Elf_Crel_Impl<is64>;
265 using difference_type = ptrdiff_t;
266 using pointer = value_type *;
267 using reference = const value_type &;
268 uint32_t count;
269 uint8_t flagBits, shift;
270 const uint8_t *p;
272 const_iterator(size_t hdr, const uint8_t *p) in const_iterator() argument
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h30 typedef collection::const_iterator const_iterator; typedef
94 typedef collection::const_iterator const_iterator; typedef
H A DStringList.h61 typedef collection::const_iterator const_iterator; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h79 using const_iterator = typename DomSetMapType::const_iterator; variable
129 using const_iterator = variable
H A DCallGraph.h98 using const_iterator = FunctionMapTy::const_iterator; variable
190 using const_iterator = std::vector<CallRecord>::const_iterator; variable
348 using const_iterator = CallGraph::const_iterator; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h106 struct const_iterator { struct
109 using iterator_category = std::forward_iterator_tag;
110 using value_type = MVT;
111 using difference_type = ptrdiff_t;
112 using pointer = const MVT *;
113 using reference = const MVT &;
121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
139 unsigned find_from_pos(unsigned P) const { in find_from_pos()
164 const MachineValueTypeSet *Set;
165 unsigned Pos;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h27 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h61 typedef collection::const_iterator const_iterator; typedef
H A DTypeList.h53 typedef collection::const_iterator const_iterator; typedef
H A DVariableList.h74 typedef collection::const_iterator const_iterator; typedef
H A DUnwindTable.h73 typedef collection::const_iterator const_iterator; typedef
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h83 using const_iterator = FunctionMapTy::const_iterator; variable
171 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
/freebsd/contrib/kyua/utils/cmdline/
H A Dcommands_map.hpp80 typedef typename categories_map::const_iterator const_iterator; typedef in utils::cmdline::commands_map
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h29 using const_iterator = DiagList::const_iterator; variable
/freebsd/contrib/kyua/utils/fs/
H A Ddirectory.hpp101 typedef detail::directory_iterator const_iterator; typedef in utils::fs::directory
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h59 using const_iterator = RecordVector::const_iterator; variable
H A DGraph.h201 using const_iterator = NeighborEdgeIteratorT<true, isOut>; variable
277 using const_iterator = ConstVertexIterator; variable
314 using const_iterator = ConstEdgeIterator; variable
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtzdb_list_private.h58 using const_iterator = tzdb_list::const_iterator; variable
/freebsd/contrib/kyua/utils/text/
H A Dtable.hpp80 typedef rows_vector::const_iterator const_iterator; typedef in utils::text::table
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMemoryModelRelaxationAnnotations.h51 using const_iterator = SetT::const_iterator; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h30 using const_iterator = variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h145 typedef collection::const_iterator const_iterator; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h28 using const_iterator = typename VectorType::const_iterator; variable
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb_list.h53 using const_iterator = forward_list<tzdb>::const_iterator; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h28 using const_iterator = variable

1234567