Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp187 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt()
H A DCGException.cpp637 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt()
1488 EHCatchScope *catchScope = CGF.EHStack.pushCatch(1); in enter()
2186 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt()
H A DCGCleanup.cpp235 EHCatchScope *EHScopeStack::pushCatch(unsigned numHandlers) { in pushCatch() function in EHScopeStack