Lines Matching refs:statExpr
56 const Fortran::lower::SomeExpr *statExpr, in init()
60 hasStat = builder.createBool(loc, statExpr != nullptr); in init()
61 statAddr = statExpr in init()
62 ? fir::getBase(converter.genExprAddr(loc, statExpr, stmtCtx)) in init()
65 statExpr && errMsgExpr in init()
240 errorManager.init(converter, loc, statExpr, errMsgExpr); in lower()
286 statExpr = Fortran::semantics::GetExpr(statVar); in visitAllocateOptions()
488 const Fortran::lower::SomeExpr *statExpr{nullptr}; member in __anon5a2fc0790111::AllocateStmtHelper
529 const Fortran::lower::SomeExpr *statExpr = nullptr; in genDeallocateStmt() local
535 statExpr = Fortran::semantics::GetExpr(statVar); in genDeallocateStmt()
543 errorManager.init(converter, loc, statExpr, errMsgExpr); in genDeallocateStmt()