Searched refs:MapEntryTy (Results 1 – 4 of 4) sorted by relevance
216 typedef StringMapEntry<ValueTy> MapEntryTy; typedef218 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()220 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()223 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {} in StringMap()226 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap()297 bool insert(MapEntryTy *KeyValue) { in insert()327 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second)); in insert()344 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear()355 void remove(MapEntryTy *KeyValue) { in remove()360 MapEntryTy &V = *I; in erase()[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()
311 const MapTy::MapEntryTy *getFirstEntry() const { in getFirstEntry()317 const MapTy::MapEntryTy *getNextEntry(const MapTy::MapEntryTy *E) const { in getNextEntry()318 return static_cast<const MapTy::MapEntryTy *>(E->getValue().second); in getNextEntry()326 MapTy::MapEntryTy Sentinel, *Last;
441 typedef StringMap<StructType *>::MapEntryTy EntryTy; in setName()