Searched refs:ioStatExpr (Results 1 – 1 of 1) sorted by relevance
113 const Fortran::lower::SomeExpr *ioStatExpr{}; member121 bool hasErrorConditionSpec() const { return ioStatExpr != nullptr || hasErr; } in hasErrorConditionSpec()204 if (csi.ioStatExpr) { in genEndIO()206 fir::getBase(converter.genExprAddr(loc, csi.ioStatExpr, stmtCtx)); in genEndIO()208 builder.createConvert(loc, converter.genType(*csi.ioStatExpr), iostat); in genEndIO()1184 csi.ioStatExpr = Fortran::semantics::GetExpr(var); in lowerErrorSpec()1189 csi.ioStatExpr = Fortran::semantics::GetExpr( in lowerErrorSpec()1234 boolValue(csi.ioStatExpr != nullptr), in genConditionHandlerCall()