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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h645 struct CatchRetScope final : EHScopeStack::Cleanup {
648 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} function in struct:clang::CodeGen::final
H A DCGObjCRuntime.cpp265 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI);
H A DMicrosoftCXXABI.cpp904 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI);
910 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI);
H A DItaniumCXXABI.cpp4715 CGF.EHStack.pushCleanup<CatchRetScope>(

Completed in 206 milliseconds