Searched refs:IterBool (Results 1 – 9 of 9) sorted by relevance
270 auto IterBool = in addObjCClass() local272 if (IterBool.second) { in addObjCClass()306 auto IterBool = in addObjCCategory() local309 if (!IterBool.second) in addObjCCategory()313 info.name = IterBool.first->first(); in addObjCCategory()325 auto IterBool = in addObjCClassRef() local328 if (!IterBool.second) in addObjCClassRef()332 info.name = IterBool.first->first(); in addObjCClassRef()479 if (!IterBool.second) in addAsmGlobalSymbol()522 if (!IterBool.second) in addAsmGlobalSymbolUndef()[all …]
65 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName() local66 if (IterBool.second) in makeUniqueName()67 return &*IterBool.first; in makeUniqueName()104 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local105 if (IterBool.second) { in createValueName()108 return &*IterBool.first; in createValueName()
409 auto IterBool = in setName() local413 if (!IterBool.second) { in setName()423 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()425 } while (!IterBool.second); in setName()431 SymbolTableEntry = &*IterBool.first; in setName()
33 auto IterBool = variable35 if (IterBool.second) {42 return IterBool.first->second;
394 auto IterBool = ELFUniquingMap.insert( in getELFSection() local396 auto &Entry = *IterBool.first; in getELFSection()397 if (!IterBool.second) in getELFSection()437 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local438 auto Iter = IterBool.first; in getCOFFSection()439 if (!IterBool.second) in getCOFFSection()511 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local513 auto &Entry = *IterBool.first; in getWasmSection()514 if (!IterBool.second) in getWasmSection()
566 auto IterBool = SourceIdMap.insert( in tryGetFile() local569 if (!IterBool.second) in tryGetFile()570 return IterBool.first->second; in tryGetFile()
22 auto IterBool = in getIndex() local24 return IterBool.first->second.Number; in getIndex()
3019 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local3020 return IterBool.first->second.get(); in GetOrCreateGCPrinter()
198 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local199 if (IterBool.second) in getLineTableFilenameID()200 FilenamesByID.push_back(&*IterBool.first); in getLineTableFilenameID()201 return IterBool.first->second; in getLineTableFilenameID()