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

  /external/llvm/include/llvm/ADT/
StringMap.h 231 typedef StringMapEntry<ValueTy> MapEntryTy;
233 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
235 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {}
238 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {}
241 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))),
245 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {
315 bool insert(MapEntryTy *KeyValue) {
340 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
353 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) {
357 return *static_cast<MapEntryTy*>(Bucket)
    [all...]
  /external/llvm/lib/IR/
Type.cpp 445 typedef StringMap<StructType *>::MapEntryTy EntryTy;
Constants.cpp     [all...]

Completed in 790 milliseconds