Lines Matching defs:beginArgs
1945 llvm::SmallVector<mlir::Value> beginArgs;
1955 beginArgs.push_back(unit);
1956 beginArgs.push_back(locToFilename(converter, loc, beginFuncTy.getInput(1)));
1957 beginArgs.push_back(locToLineNo(converter, loc, beginFuncTy.getInput(2)));
1963 beginArgs.push_back(locToFilename(converter, loc, beginFuncTy.getInput(0)));
1964 beginArgs.push_back(locToLineNo(converter, loc, beginFuncTy.getInput(1)));
1967 builder.create<fir::CallOp>(loc, beginFunc, beginArgs).getResult(0);
2444 llvm::SmallVector<mlir::Value> beginArgs;
2465 beginArgs = {unit, locToFilename(converter, loc, beginFuncTy.getInput(1)),
2473 beginArgs = {
2485 beginArgs = {locToFilename(converter, loc, beginFuncTy.getInput(0)),
2488 builder.create<fir::CallOp>(loc, beginFunc, beginArgs).getResult(0);
2513 builder.create<fir::CallOp>(loc, beginFunc, beginArgs).getResult(0);