Lines Matching defs:associate
1055 hlfir::AssociateOp associate = hlfir::genAssociateExpr(
1058 hlfir::CleanupFunction cleanup = [bldr, loc, associate]() -> void {
1059 bldr->create<hlfir::EndAssociateOp>(loc, associate);
1061 hlfir::Entity temp{associate.getBase()};
1342 hlfir::AssociateOp associate =
1345 fir::ShapeOp shapeOp = associate.getShape().getDefiningOp<fir::ShapeOp>();
1346 assert(shapeOp && "associate shape must be a fir.shape");
1357 loc, associate.getFirBase(), *associate.getUniqName(), shapeShift,
1358 associate.getTypeparams(), /*dummy_scope=*/nullptr,
1363 auto cleanup = [loc, bldr, convertedRhs, associate]() {
1364 bldr->create<hlfir::EndAssociateOp>(loc, associate);