Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h167 typename LVAuxMapType::iterator AuxIter = AuxMap.find(SecondKey); in add() local
168 if (AuxIter == AuxMap.end()) { in add()
192 typename LVAuxMapType::const_iterator AuxIter = AuxMap.find(SecondKey); in find() local
193 if (AuxIter == AuxMap.end()) in find()
195 return find(AuxIter->second, SecondKey); in find()