Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DStatementContext.h51 void attachCleanup(CleanupFunction cuf) { in attachCleanup() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp160 stmtCtx->attachCleanup( in genFuncDim()
169 stmtCtx->attachCleanup( in genFuncDim()
298 stmtCtx->attachCleanup( in genExtremumVal()
366 stmtCtx->attachCleanup( in genExtremumloc()
403 stmtCtx->attachCleanup( in genExtremumloc()
2043 stmtCtx->attachCleanup([=]() { bldr->create<fir::FreeMemOp>(loc, temp); }); in addCleanUpForTemp()
H A DConvertExpr.cpp2531 stmtCtx.attachCleanup([bldr, loc, sp]() { in genCallOpAndResult()
2692 stmtCtx.attachCleanup([bldr, loc, box]() { in genCallOpAndResult()
4735 stmtCtx.attachCleanup( in createAndLoadSomeArrayTemp()
6661 stmtCtx.attachCleanup( in genarr()
H A DBridge.cpp3187 explicitIterSpace.outermostContext().attachCleanup( in addMaskVariable()