Home
last modified time | relevance | path

Searched refs:MapEntryTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DStringMap.h216 typedef StringMapEntry<ValueTy> MapEntryTy; typedef
218 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 …]
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp164 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()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp311 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;
/external/llvm/lib/IR/
DType.cpp441 typedef StringMap<StructType *>::MapEntryTy EntryTy; in setName()