Lines Matching defs:stmtCtx
71 Fortran::lower::StatementContext stmtCtx;
75 ? fir::getBase(converter.genExprAddr(loc, statExpr, stmtCtx))
80 converter.genExprAddr(loc, errMsgExpr, stmtCtx))
314 Fortran::lower::StatementContext stmtCtx;
316 sourceExv = converter.genExprBox(loc, *sourceExpr, stmtCtx);
318 moldExv = converter.genExprBox(loc, *moldExpr, stmtCtx);
417 Fortran::lower::StatementContext stmtCtx;
428 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx));
436 loc, Fortran::semantics::GetExpr(std::get<1>(shapeSpec.t)), stmtCtx));
460 Fortran::lower::StatementContext stmtCtx;
462 fir::getBase(converter.genExprAddr(loc, *pinnedExpr, stmtCtx));
527 Fortran::lower::StatementContext stmtCtx;
530 fir::getBase(converter.genExprValue(loc, lenExpr, stmtCtx)));
574 Fortran::lower::StatementContext stmtCtx;
581 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx));
585 loc, Fortran::semantics::GetExpr(std::get<1>(bounds)), stmtCtx));
760 Fortran::lower::StatementContext stmtCtx;
767 ? fir::getBase(converter.genExprValue(loc, *streamExpr, stmtCtx))
771 ? fir::getBase(converter.genExprAddr(loc, *pinnedExpr, stmtCtx))
1113 mlir::ValueRange lbounds, Fortran::lower::StatementContext &stmtCtx) {
1121 fir::ExtendedValue rhs = converter.genExprAddr(loc, source, stmtCtx);
1132 ? converter.genExprBox(loc, source, stmtCtx)
1133 : converter.genExprAddr(loc, source, stmtCtx);