Lines Matching refs:argBox
1580 mlir::Value argBox; in mapSymbolAttributes() local
1584 argBox = addr; in mapSymbolAttributes()
1586 addr = builder.create<fir::BoxAddrOp>(loc, refTy, argBox); in mapSymbolAttributes()
1593 populateShape(shapes, x.bounds, argBox); in mapSymbolAttributes()
1609 populateLBoundsExtents(lbounds, extents, x.bounds, argBox); in mapSymbolAttributes()
1757 mlir::Value argBox; in mapSymbolAttributes() local
1763 argBox = actualArg; in mapSymbolAttributes()
1765 addr = builder.create<fir::BoxAddrOp>(loc, refTy, argBox); in mapSymbolAttributes()
1783 populateShape(shape, x.bounds, argBox); in mapSymbolAttributes()
1797 populateLBoundsExtents(lbounds, extents, x.bounds, argBox); in mapSymbolAttributes()
1817 mlir::Value argBox; in mapSymbolAttributes() local
1823 argBox = actualArg; in mapSymbolAttributes()
1825 addr = builder.create<fir::BoxAddrOp>(loc, refTy, argBox); in mapSymbolAttributes()
1831 len = charHelp.readLengthFromBox(argBox); in mapSymbolAttributes()
1857 populateShape(shape, x.bounds, argBox); in mapSymbolAttributes()
1871 populateLBoundsExtents(lbounds, extents, x.bounds, argBox); in mapSymbolAttributes()