Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp560 class CleanupTy final : public EHScopeStack::Cleanup { class
564 explicit CleanupTy(PrePostActionTy *Action) : Action(Action) {} in CleanupTy() function in __anon93cce0fb0111::CleanupTy
577 CGF.EHStack.pushCleanup<CleanupTy>(NormalAndEHCleanup, PrePostAction); in operator ()()