Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp133 unsigned int numPairs = m_pairs.size(); in Dump() local
137 for (index = 0; index < numPairs; ++index) in Dump()
142 if (static_cast<unsigned int>(pair_index) < numPairs) in Dump()