Searched refs:statExpr (Results 1 – 1 of 1) sorted by relevance
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::AllocateStmtHelper529 const Fortran::lower::SomeExpr *statExpr = nullptr; in genDeallocateStmt() local535 statExpr = Fortran::semantics::GetExpr(statVar); in genDeallocateStmt()[all …]