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

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3530 struct CallEndCatch final : EHScopeStack::Cleanup {
3531 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} function in struct:__anon1338::final
3555 CGF.EHStack.pushCleanup<CallEndCatch>(NormalAndEHCleanup, EndMightThrow);

Completed in 38 milliseconds