Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp4649 llvm::CallInst *SetJmpResult = CGF.EmitNounwindRuntimeCall( in EmitTryOrSynchronizedStmt() local
4651 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()
4658 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()
4713 llvm::CallInst *SetJmpResult = in EmitTryOrSynchronizedStmt() local
4716 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()
4719 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()