Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp55 struct TypeAttributeStorage : public mlir::AttributeStorage { struct
58 TypeAttributeStorage(mlir::Type value) : value(value) { in TypeAttributeStorage() argument
66 static TypeAttributeStorage *
68 return new (allocator.allocate<TypeAttributeStorage>()) in construct()
69 TypeAttributeStorage(key); in construct()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRAttr.h29 struct TypeAttributeStorage;
36 detail::TypeAttributeStorage> {
49 detail::TypeAttributeStorage> {