Searched refs:heapType (Results 1 – 3 of 3) sorted by relevance
181 mlir::Type heapType = fir::HeapType::get(storageType); local184 boxType = fir::ClassType::get(heapType);186 boxType = fir::BoxType::get(heapType);
583 mlir::Type heapType = fir::HeapType::get( in genBufferDestruction() 595 addr = builder.create<fir::BoxAddrOp>(loc, heapType, var); in genBufferDestruction() 605 addr = builder.create<fir::BoxAddrOp>(loc, heapType, var); in genBufferDestruction() 608 addr = builder.create<fir::ConvertOp>(loc, heapType, var); in genBufferDestruction() 623 mlir::Type boxType = fir::BoxType::get(heapType); in genBufferDestruction() 580 mlir::Type heapType = fir::HeapType::get( genBufferDestruction() local
309 mlir::Type heapType = fir::HeapType::get(declaredType);310 mlir::Type boxType = fir::BoxType::get(heapType); local 344 mlir::Value nullAddr = builder.createNullConstant(loc, heapType);