/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 226 struct const_iterator { struct 227 using iterator_category = std::forward_iterator_tag; 228 using value_type = llvm::object::Elf_Crel_Impl<is64>; 229 using difference_type = ptrdiff_t; 230 using pointer = value_type *; 231 using reference = const value_type &; 232 uint32_t count; 233 uint8_t flagBits, shift; 234 const uint8_t *p; 236 const_iterator(size_t hdr, const uint8_t *p) in const_iterator() function [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | FileSpecList.h | 30 typedef collection::const_iterator const_iterator; typedef 88 typedef collection::const_iterator const_iterator; typedef
|
H A D | StringList.h | 61 typedef collection::const_iterator const_iterator; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 98 using const_iterator = FunctionMapTy::const_iterator; variable 194 using const_iterator = std::vector<CallRecord>::const_iterator; variable 360 using const_iterator = CallGraph::const_iterator; global() variable [all...] |
H A D | DominanceFrontier.h | 80 using const_iterator = typename DomSetMapType::const_iterator; variable 150 using const_iterator = variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InjectedSourceStream.h | 27 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeMap.h | 60 typedef collection::const_iterator const_iterator; typedef
|
H A D | TypeList.h | 54 typedef collection::const_iterator const_iterator; typedef
|
H A D | VariableList.h | 71 typedef collection::const_iterator const_iterator; typedef
|
H A D | UnwindTable.h | 73 typedef collection::const_iterator const_iterator; typedef
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 106 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() function 139 unsigned find_from_pos(unsigned P) const { in find_from_pos() 164 const MachineValueTypeSet *Set; 165 unsigned Pos;
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | commands_map.hpp | 80 typedef typename categories_map::const_iterator const_iterator; typedef in utils::cmdline::commands_map
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 82 using const_iterator = FunctionMapTy::const_iterator; variable 174 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnosticBuffer.h | 29 using const_iterator = DiagList::const_iterator; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Trace.h | 58 using const_iterator = RecordVector::const_iterator; variable
|
H A D | Graph.h | 201 using const_iterator = NeighborEdgeIteratorT<true, isOut>; variable 277 using const_iterator = ConstVertexIterator; global() variable 314 using const_iterator = ConstEdgeIterator; global() variable [all...] |
/freebsd/contrib/kyua/utils/fs/ |
H A D | directory.hpp | 101 typedef detail::directory_iterator const_iterator; typedef in utils::fs::directory
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/ |
H A D | tzdb_list_private.h | 58 using const_iterator = tzdb_list::const_iterator; variable
|
/freebsd/contrib/kyua/utils/text/ |
H A D | table.hpp | 80 typedef rows_vector::const_iterator const_iterator; typedef in utils::text::table
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 149 typedef collection::const_iterator const_iterator; typedef
|
H A D | StackFrameList.h | 129 typedef collection::const_iterator const_iterator; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrev.h | 29 using const_iterator = variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | MemoryModelRelaxationAnnotations.h | 50 using const_iterator = SetT::const_iterator; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | UniqueVector.h | 28 using const_iterator = typename VectorType::const_iterator; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | tzdb_list.h | 53 using const_iterator = forward_list<tzdb>::const_iterator; variable
|