Searched refs:MapEntryTy (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringMap.h233 typedef StringMapEntry<ValueTy> MapEntryTy; typedef in class:llvm::StringMap
235 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
237 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {}
240 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {}
243 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {
313 bool insert(MapEntryTy *KeyValue) {
338 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
351 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) {
355 return *static_cast<MapEntryTy*>(Bucket);
357 MapEntryTy *NewIte
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp462 typedef StringMap<StructType *>::MapEntryTy EntryTy;
H A DConstants.cpp2149 StringMap<ConstantDataSequential*>::MapEntryTy &Slot =

Completed in 142 milliseconds