Searched refs:IterBool (Results 1 – 9 of 9) sorted by relevance
59 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in reinsertValue() local60 if (IterBool.second) { in reinsertValue()62 V->setValueName(&*IterBool.first); in reinsertValue()80 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local81 if (IterBool.second) { in createValueName()84 return &*IterBool.first; in createValueName()96 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in createValueName() local97 if (IterBool.second) { in createValueName()100 return &*IterBool.first; in createValueName()
461 auto IterBool = in setName() local465 if (!IterBool.second) { in setName()476 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()478 } while (!IterBool.second); in setName()484 SymbolTableEntry = &*IterBool.first; in setName()
289 auto IterBool = in addObjCClass() local291 if (IterBool.second) { in addObjCClass()292 NameAndAttributes &info = IterBool.first->second; in addObjCClass()293 info.name = IterBool.first->first().data(); in addObjCClass()325 auto IterBool = in addObjCCategory() local328 if (!IterBool.second) in addObjCCategory()331 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()332 info.name = IterBool.first->first().data(); in addObjCCategory()344 auto IterBool = in addObjCClassRef() local347 if (!IterBool.second) in addObjCClassRef()[all …]
31 auto IterBool = variable33 if (IterBool.second) {40 return IterBool.first->second;
21 auto IterBool = in getIndex() local23 return IterBool.first->second.Number; in getIndex()
2503 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local2504 return IterBool.first->second.get(); in GetOrCreateGCPrinter()
352 auto IterBool = ELFUniquingMap.insert( in getELFSection() local354 auto &Entry = *IterBool.first; in getELFSection()355 if (!IterBool.second) in getELFSection()397 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local398 auto Iter = IterBool.first; in getCOFFSection()399 if (!IterBool.second) in getCOFFSection()
364 auto IterBool = SourceIdMap.insert( in getFile() local367 if (!IterBool.second) in getFile()368 return IterBool.first->second; in getFile()
180 auto IterBool = in getLineTableFilenameID() local182 if (IterBool.second) in getLineTableFilenameID()183 FilenamesByID.push_back(&*IterBool.first); in getLineTableFilenameID()184 return IterBool.first->second; in getLineTableFilenameID()