Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp113 const Fortran::lower::SomeExpr *ioStatExpr{}; member
121 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()