Searched refs:specFunc (Results 1 – 2 of 2) sorted by relevance
147 pure function specFunc(arg) function149 integer :: specFunc local150 specFunc = 3 + arg151 end function specFunc156 real, dimension(specFunc(2)) :: realArray
2041 mlir::func::FuncOp specFunc = in genInquireSpec() local2043 mlir::FunctionType specFuncTy = specFunc.getFunctionType(); in genInquireSpec()2057 return builder.create<fir::CallOp>(loc, specFunc, args).getResult(0); in genInquireSpec()2071 mlir::func::FuncOp specFunc = in genInquireSpec() local2073 mlir::FunctionType specFuncTy = specFunc.getFunctionType(); in genInquireSpec()2094 return builder.create<fir::CallOp>(loc, specFunc, args).getResult(0); in genInquireSpec()2108 mlir::func::FuncOp specFunc = in genInquireSpec() local2111 mlir::FunctionType specFuncTy = specFunc.getFunctionType(); in genInquireSpec()2129 auto call = builder.create<fir::CallOp>(loc, specFunc, args); in genInquireSpec()