Searched refs:IterBool (Results 1 – 10 of 10) sorted by relevance
278 auto IterBool = in addObjCClass() local280 if (IterBool.second) { in addObjCClass()281 NameAndAttributes &info = IterBool.first->second; in addObjCClass()282 info.name = IterBool.first->first().data(); in addObjCClass()314 auto IterBool = in addObjCCategory() local317 if (!IterBool.second) in addObjCCategory()320 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()321 info.name = IterBool.first->first().data(); in addObjCCategory()333 auto IterBool = in addObjCClassRef() local336 if (!IterBool.second) in addObjCClassRef()[all …]
47 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName() local48 if (IterBool.second) in makeUniqueName()49 return &*IterBool.first; in makeUniqueName()85 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local86 if (IterBool.second) { in createValueName()89 return &*IterBool.first; in createValueName()
457 auto IterBool = in setName() local461 if (!IterBool.second) { in setName()471 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()473 } while (!IterBool.second); in setName()479 SymbolTableEntry = &*IterBool.first; in setName()
32 typedef std::pair<Iter, bool> IterBool; in main() typedef45 IterBool result = map.insert(std::make_pair(Key(0), 42)); in main()48 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main()
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()
2551 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local2552 return IterBool.first->second.get(); in GetOrCreateGCPrinter()
350 auto IterBool = ELFUniquingMap.insert( in getELFSection() local352 auto &Entry = *IterBool.first; in getELFSection()353 if (!IterBool.second) in getELFSection()395 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local396 auto Iter = IterBool.first; in getCOFFSection()397 if (!IterBool.second) in getCOFFSection()
351 auto IterBool = SourceIdMap.insert( in getFile() local354 if (!IterBool.second) in getFile()355 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()