Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h610 struct CatchRetScope final : EHScopeStack::Cleanup {
613 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
H A DCGObjCRuntime.cpp267 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
H A DMicrosoftCXXABI.cpp876 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
882 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
H A DItaniumCXXABI.cpp4278 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()