Searched refs:ValueTypeStorage (Results 1 – 2 of 2) sorted by relevance
29 struct ValueTypeStorage;40 : public Type::TypeBase<ValueType, Type, detail::ValueTypeStorage> {
71 struct ValueTypeStorage : public TypeStorage { struct72 ValueTypeStorage(Type valueType) : valueType(valueType) {} in ValueTypeStorage() argument79 static ValueTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument81 return new (allocator.allocate<ValueTypeStorage>()) in construct()82 ValueTypeStorage(valueType); in construct()