Home
last modified time | relevance | path

Searched refs:genExprBox (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DAbstractConverter.h156 virtual fir::ExtendedValue genExprBox(mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp697 ? converter.genExprBox(loc, source, stmtCtx) in associateMutableBox()
H A DIO.cpp491 mlir::Value box = fir::getBase(converter.genExprBox(loc, *expr, stmtCtx)); in genOutputItemList()
660 ? converter.genExprBox(loc, *expr, stmtCtx) in genInputItemList()
H A DBridge.cpp391 genExprBox(mlir::Location loc, const Fortran::lower::SomeExpr &expr, in genExprBox() function in __anon1d418ed20211::FirConverter