Lines Matching defs:box
21 mlir::Value box) {
27 auto args = fir::runtime::createArguments(builder, loc, fTy, box, sourceFile,
35 mlir::Value box) {
42 auto args = fir::runtime::createArguments(builder, loc, fTy, newBox, box,
48 mlir::Location loc, mlir::Value box) {
51 auto args = fir::runtime::createArguments(builder, loc, fTy, box);
56 mlir::Location loc, mlir::Value box) {
62 auto args = fir::runtime::createArguments(builder, loc, fTy, box, sourceFile,
68 fir::FirOpBuilder &builder, mlir::Location loc, mlir::Value box) {
72 auto args = fir::runtime::createArguments(builder, loc, fTy, box);
77 mlir::Location loc, mlir::Value box,
87 args.push_back(builder.createConvert(loc, inputTypes[0], box));