Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4426 struct CallEndCatch final : EHScopeStack::Cleanup { struct
4427 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument
4451 CGF.EHStack.pushCleanup<CallEndCatch>(NormalAndEHCleanup, EndMightThrow); in CallBeginCatch()