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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp98 auto ItAndIsNew = MappedNames.insert({K, Symbol}); local
99 if (WarnAmbiguous && !ItAndIsNew.second &&
100 ItAndIsNew.first->second != Symbol) {
102 ItAndIsNew.first->second,

Completed in 162 milliseconds