Searched refs:MapEntryTy (Results 1 – 4 of 4) sorted by relevance
229 typedef StringMapEntry<ValueTy> MapEntryTy; typedef231 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()233 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()236 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {} in StringMap()239 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap()310 bool insert(MapEntryTy *KeyValue) { in insert()340 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second)); in insert()357 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear()370 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) { in GetOrCreateValue()374 MapEntryTy &GetOrCreateValue(StringRef Key) { in GetOrCreateValue()[all …]
164 static int compareEntry(const Table::MapEntryTy *const *LHS, in compareEntry()165 const Table::MapEntryTy *const *RHS) { in compareEntry()175 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit()
439 typedef StringMap<StructType *>::MapEntryTy EntryTy; in setName()
2329 StringMap<ConstantDataSequential*>::MapEntryTy &Slot = in getImpl()