Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h99 using const_iterator = FunctionMapTy::const_iterator; variable
195 using const_iterator = std::vector<CallRecord>::const_iterator; variable
352 using const_iterator = CallGraph::const_iterator; variable
H A DDominanceFrontier.h77 using const_iterator = typename DomSetMapType::const_iterator; variable
147 using const_iterator = variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h66 typedef collection::const_iterator const_iterator; typedef
H A DTypeList.h62 typedef collection::const_iterator const_iterator; typedef
H A DVariableList.h71 typedef collection::const_iterator const_iterator; typedef
H A DUnwindTable.h68 typedef collection::const_iterator const_iterator; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
/freebsd-13.1/contrib/kyua/utils/cmdline/
H A Dcommands_map.hpp80 typedef typename categories_map::const_iterator const_iterator; typedef in utils::cmdline::commands_map
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h82 using const_iterator = FunctionMapTy::const_iterator; variable
174 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
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
141 unsigned find_from_pos(unsigned P) const { in find_from_pos()
166 const MachineValueTypeSet *Set;
167 unsigned Pos;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h29 using const_iterator = DiagList::const_iterator; variable
/freebsd-13.1/contrib/kyua/utils/fs/
H A Ddirectory.hpp101 typedef detail::directory_iterator const_iterator; typedef in utils::fs::directory
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h58 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-13.1/contrib/kyua/utils/text/
H A Dtable.hpp80 typedef rows_vector::const_iterator const_iterator; typedef in utils::text::table
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h115 typedef collection::const_iterator const_iterator; typedef
H A DStackFrameList.h112 typedef collection::const_iterator const_iterator; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h29 using const_iterator = variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h58 typedef collection::const_iterator const_iterator; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h28 using const_iterator = typename VectorType::const_iterator; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h49 using const_iterator = ArrayRef<UniqueInst>::const_iterator; variable
/freebsd-13.1/contrib/llvm-project/libcxx/include/__format/
H A Dformat_parse_context.h39 using const_iterator = typename basic_string_view<_CharT>::const_iterator; variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h29 typedef collection::const_iterator const_iterator; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.h74 using const_iterator = StringMap<State>::const_iterator; variable
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h88 using const_iterator = vector_type::const_iterator; variable

123456