Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/ADT/
HDStringMap.h239 typedef StringMapEntry<ValueTy> MapEntryTy; typedef
241 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
243 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
246 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {} in StringMap()
249 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap()
253 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) { in StringMap()
323 bool insert(MapEntryTy *KeyValue) { in insert()
348 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear()
361 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) { in GetOrCreateValue()
365 return *static_cast<MapEntryTy*>(Bucket); in GetOrCreateValue()
[all …]
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDebugCheckers.cpp159 static int compareEntry(const Table::MapEntryTy *const *LHS, in compareEntry()
160 const Table::MapEntryTy *const *RHS) { in compareEntry()
170 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit()
/trueos/contrib/llvm/lib/IR/
HDType.cpp445 typedef StringMap<StructType *>::MapEntryTy EntryTy; in setName()
HDConstants.cpp2267 StringMap<ConstantDataSequential*>::MapEntryTy &Slot = in getImpl()