Home
last modified time | relevance | path

Searched refs:TypeDescTypeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h54 struct TypeDescTypeStorage;
332 detail::TypeDescTypeStorage> {
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp794 struct TypeDescTypeStorage : public mlir::TypeStorage { struct
801 static TypeDescTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
804 auto *storage = allocator.allocate<TypeDescTypeStorage>(); in construct()
805 return new (storage) TypeDescTypeStorage{ofTy}; in construct()
815 TypeDescTypeStorage() = delete;
816 explicit TypeDescTypeStorage(mlir::Type ofTy) : ofTy{ofTy} {} in TypeDescTypeStorage() argument