Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DStatementContext.h42 using CleanupFunction = std::function<void()>; variable
51 void attachCleanup(CleanupFunction cuf) { in attachCleanup()
54 CleanupFunction oldCleanup = *cufs.back(); in attachCleanup()
96 llvm::SmallVector<llvm::Optional<CleanupFunction>> cufs;