HomeSort by relevance Sort by last modified time
    Searched refs:MapEntryTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
StringMap.h 233 typedef StringMapEntry<ValueTy> MapEntryTy;
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 *NewItem
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]

Completed in 21 milliseconds