Searched refs:BoxCharTypeStorage (Results 1 – 2 of 2) sorted by relevance
39 struct BoxCharTypeStorage;174 detail::BoxCharTypeStorage> {
579 struct BoxCharTypeStorage : public mlir::TypeStorage { struct586 static BoxCharTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument588 auto *storage = allocator.allocate<BoxCharTypeStorage>(); in construct()589 return new (storage) BoxCharTypeStorage{kind}; in construct()603 BoxCharTypeStorage() = delete;604 explicit BoxCharTypeStorage(KindTy kind) : kind{kind} {} in BoxCharTypeStorage() argument