Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp583 class CleanupTy final : public EHScopeStack::Cleanup { class
587 explicit CleanupTy(PrePostActionTy *Action) : Action(Action) {} in CleanupTy() function in __anon7bb087080111::CleanupTy
600 CGF.EHStack.pushCleanup<CleanupTy>(NormalAndEHCleanup, PrePostAction); in operator ()()