Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h176 using LVSecondMapType = std::map<SecondKeyType, ValueType>; variable
177 using LVFirstMapType = std::map<FirstKeyType, LVSecondMapType *>;
191 LVSecondMapType *SecondMap = nullptr; in add()
194 SecondMap = new LVSecondMapType(); in add()
210 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap()
215 LVSecondMapType *SecondMap = FirstIter->second; in findMap()
220 LVSecondMapType *SecondMap = findMap(FirstKey); in find()
224 typename LVSecondMapType::const_iterator SecondIter = in find()
242 LVSecondMapType *SecondMap = FirstEntry.second; in find()
243 for (typename LVSecondMapType::const_reference SecondEntry : *SecondMap) in find()