Searched refs:SetJmpResult (Results 1 – 1 of 1) sorted by relevance
4649 llvm::CallInst *SetJmpResult = CGF.EmitNounwindRuntimeCall( in EmitTryOrSynchronizedStmt() local4651 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()4658 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()4713 llvm::CallInst *SetJmpResult = in EmitTryOrSynchronizedStmt() local4716 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()4719 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()