Lines Matching defs:statExpr
69 const Fortran::lower::SomeExpr *statExpr,
73 hasStat = builder.createBool(loc, statExpr != nullptr);
74 statAddr = statExpr
75 ? fir::getBase(converter.genExprAddr(loc, statExpr, stmtCtx))
78 statExpr && errMsgExpr
313 errorManager.init(converter, loc, statExpr, errMsgExpr);
362 statExpr = Fortran::semantics::GetExpr(statVar);
789 const Fortran::lower::SomeExpr *statExpr{nullptr};
896 const Fortran::lower::SomeExpr *statExpr = nullptr;
899 errorManager.init(converter, loc, statExpr, errMsgExpr);
929 const Fortran::lower::SomeExpr *statExpr = nullptr;
936 statExpr = Fortran::semantics::GetExpr(statVar);
944 errorManager.init(converter, loc, statExpr, errMsgExpr);