Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h39 struct BoxCharTypeStorage;
174 detail::BoxCharTypeStorage> {
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp579 struct BoxCharTypeStorage : public mlir::TypeStorage { struct
586 static BoxCharTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
588 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