Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1179 const Fortran::lower::SomeExpr *ioMsgExpr = nullptr; in lowerErrorSpec() local
1193 ioMsgExpr = Fortran::semantics::GetExpr(var); in lowerErrorSpec()
1199 ioMsgExpr = Fortran::semantics::GetExpr( in lowerErrorSpec()
1209 if (ioMsgExpr) { in lowerErrorSpec()
1213 csi.ioMsg = converter.genExprAddr(loc, ioMsgExpr, stmtCtx); in lowerErrorSpec()