Lines Matching refs:GetExpr
223 const Fortran::lower::SomeExpr *expr = Fortran::semantics::GetExpr(allocObj); in genMutableBoxValue()
286 statExpr = Fortran::semantics::GetExpr(statVar); in visitAllocateOptions()
289 errMsgExpr = Fortran::semantics::GetExpr(errMsgVar); in visitAllocateOptions()
295 sourceExpr = Fortran::semantics::GetExpr(source.v.value()); in visitAllocateOptions()
298 moldExpr = Fortran::semantics::GetExpr(mold.v.value()); in visitAllocateOptions()
347 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx)); in genInlinedAllocation()
355 loc, Fortran::semantics::GetExpr(std::get<1>(shapeSpec.t)), stmtCtx)); in genInlinedAllocation()
408 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx)); in genSimpleAllocation()
412 loc, Fortran::semantics::GetExpr(std::get<1>(bounds)), stmtCtx)); in genSimpleAllocation()
535 statExpr = Fortran::semantics::GetExpr(statVar); in genDeallocateStmt()
538 errMsgExpr = Fortran::semantics::GetExpr(errMsgVar); in genDeallocateStmt()