Home
last modified time | relevance | path

Searched refs:numPairs (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp141 unsigned int numPairs = m_pairs.size(); in Dump() local
145 for (index = 0; index < numPairs; ++index) in Dump()
150 if (static_cast<unsigned int>(pair_index) < numPairs) in Dump()