Searched refs:BoxProcTypeStorage (Results 1 – 2 of 2) sorted by relevance
40 struct BoxProcTypeStorage;185 detail::BoxProcTypeStorage> {
608 struct BoxProcTypeStorage : public mlir::TypeStorage { struct615 static BoxProcTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument618 auto *storage = allocator.allocate<BoxProcTypeStorage>(); in construct()619 return new (storage) BoxProcTypeStorage{eleTy}; in construct()628 BoxProcTypeStorage() = delete;629 explicit BoxProcTypeStorage(mlir::Type eleTy) : eleTy{eleTy} {} in BoxProcTypeStorage() argument