Searched refs:ioMsgExpr (Results 1 – 1 of 1) sorted by relevance
1179 const Fortran::lower::SomeExpr *ioMsgExpr = nullptr; in lowerErrorSpec() local1193 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()