Searched defs:ValueTypeStorage (Results 1 – 1 of 1) sorted by relevance
71 struct ValueTypeStorage : public TypeStorage { struct72 ValueTypeStorage(Type valueType) : valueType(valueType) {} in ValueTypeStorage() argument75 using KeyTy = Type;76 bool operator==(const KeyTy &key) const { return key == valueType; } in operator ==()79 static ValueTypeStorage *construct(TypeStorageAllocator &allocator, in construct()85 Type valueType;