Home
last modified time | relevance | path

Searched refs:specFunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dspec-expr.f90147 pure function specFunc(arg) function
149 integer :: specFunc local
150 specFunc = 3 + arg
151 end function specFunc
156 real, dimension(specFunc(2)) :: realArray
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp2041 mlir::func::FuncOp specFunc = in genInquireSpec() local
2043 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() local
2073 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() local
2111 mlir::FunctionType specFuncTy = specFunc.getFunctionType(); in genInquireSpec()
2129 auto call = builder.create<fir::CallOp>(loc, specFunc, args); in genInquireSpec()