Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h671 struct CatchRetScope final : EHScopeStack::Cleanup {
674 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
H A DCGObjCRuntime.cpp235 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
H A DMicrosoftCXXABI.cpp928 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
934 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
H A DItaniumCXXABI.cpp5165 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()