Lines Matching refs:stmtCtx
58 Fortran::lower::StatementContext stmtCtx; in init() local
62 ? fir::getBase(converter.genExprAddr(loc, statExpr, stmtCtx)) in init()
67 converter.genExprAddr(loc, errMsgExpr, stmtCtx)) in init()
336 Fortran::lower::StatementContext stmtCtx; in genInlinedAllocation() local
347 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx)); in genInlinedAllocation()
355 loc, Fortran::semantics::GetExpr(std::get<1>(shapeSpec.t)), stmtCtx)); in genInlinedAllocation()
401 Fortran::lower::StatementContext stmtCtx; in genSimpleAllocation() local
408 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx)); in genSimpleAllocation()
412 loc, Fortran::semantics::GetExpr(std::get<1>(bounds)), stmtCtx)); in genSimpleAllocation()
439 Fortran::lower::StatementContext stmtCtx; in lowerAllocateLengthParameters() local
442 fir::getBase(converter.genExprValue(loc, lenExpr, stmtCtx))); in lowerAllocateLengthParameters()
684 mlir::ValueRange lbounds, Fortran::lower::StatementContext &stmtCtx) { in associateMutableBox() argument
697 ? converter.genExprBox(loc, source, stmtCtx) in associateMutableBox()
698 : converter.genExprAddr(loc, source, stmtCtx); in associateMutableBox()