Lines Matching defs:args
27 auto args = fir::runtime::createArguments(builder, loc, fTy, array, dim,
29 return builder.create<fir::CallOp>(loc, lboundFunc, args).getResult(0);
41 auto args = fir::runtime::createArguments(
43 builder.create<fir::CallOp>(loc, func, args);
58 auto args = fir::runtime::createArguments(builder, loc, fTy, resultBox, array,
60 builder.create<fir::CallOp>(loc, uboundFunc, args);
74 auto args = fir::runtime::createArguments(builder, loc, fTy, array, dim,
76 return builder.create<fir::CallOp>(loc, sizeFunc, args).getResult(0);
89 auto args = fir::runtime::createArguments(builder, loc, fTy, array,
91 return builder.create<fir::CallOp>(loc, sizeFunc, args).getResult(0);
101 auto args = fir::runtime::createArguments(builder, loc, fTy, array);
102 return builder.create<fir::CallOp>(loc, isContiguousFunc, args).getResult(0);
114 auto args = fir::runtime::createArguments(
116 builder.create<fir::CallOp>(loc, func, args);