Searched refs:TypeAttributeStorage (Results 1 – 4 of 4) sorted by relevance
52 struct TypeAttributeStorage : public mlir::AttributeStorage { struct55 TypeAttributeStorage(mlir::Type value) : value(value) { in TypeAttributeStorage() function63 static TypeAttributeStorage *65 return new (allocator.allocate<TypeAttributeStorage>()) in construct()66 TypeAttributeStorage(key); in construct()
25 struct TypeAttributeStorage;30 detail::TypeAttributeStorage> {43 detail::TypeAttributeStorage> {
329 struct TypeAttributeStorage : public AttributeStorage { struct332 TypeAttributeStorage(Type value) : value(value) {} in TypeAttributeStorage() argument338 static TypeAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument340 return new (allocator.allocate<TypeAttributeStorage>()) in construct()341 TypeAttributeStorage(key); in construct()
35 struct TypeAttributeStorage;403 detail::TypeAttributeStorage> {