Searched refs:RealTypeStorage (Results 1 – 2 of 2) sorted by relevance
50 struct RealTypeStorage;144 detail::RealTypeStorage> {
520 struct RealTypeStorage : public mlir::TypeStorage { struct527 static RealTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument529 auto *storage = allocator.allocate<RealTypeStorage>(); in construct()530 return new (storage) RealTypeStorage{kind}; in construct()539 RealTypeStorage() = delete;540 explicit RealTypeStorage(KindTy kind) : kind{kind} {} in RealTypeStorage() function