Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h41 struct CharacterTypeStorage;
98 detail::CharacterTypeStorage> {
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp363 struct CharacterTypeStorage : public mlir::TypeStorage { struct
370 static CharacterTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
372 auto *storage = allocator.allocate<CharacterTypeStorage>(); in construct()
373 return new (storage) CharacterTypeStorage{kind}; in construct()
382 CharacterTypeStorage() = delete;
383 explicit CharacterTypeStorage(KindTy kind) : kind{kind} {} in CharacterTypeStorage() argument