Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp109 auto ItAndIsNew = MappedNames.insert({K, Symbol}); in remapSymbols() local
110 if (WarnAmbiguous && !ItAndIsNew.second && in remapSymbols()
111 ItAndIsNew.first->second != Symbol) { in remapSymbols()
113 ItAndIsNew.first->second, in remapSymbols()