Searched refs:SetJmpResult (Results 1 – 1 of 1) sorted by relevance
4104 llvm::CallInst *SetJmpResult = CGF.EmitNounwindRuntimeCall( in EmitTryOrSynchronizedStmt() local4106 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()4113 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()4168 llvm::CallInst *SetJmpResult = in EmitTryOrSynchronizedStmt() local4171 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()4174 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()