Searched refs:genExprBox (Results 1 – 4 of 4) sorted by relevance
156 virtual fir::ExtendedValue genExprBox(mlir::Location loc,
697 ? converter.genExprBox(loc, source, stmtCtx) in associateMutableBox()
491 mlir::Value box = fir::getBase(converter.genExprBox(loc, *expr, stmtCtx)); in genOutputItemList()660 ? converter.genExprBox(loc, *expr, stmtCtx) in genInputItemList()
391 genExprBox(mlir::Location loc, const Fortran::lower::SomeExpr &expr, in genExprBox() function in __anon1d418ed20211::FirConverter