Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp3818 llvm::CallInst *SetJmpResult = CGF.EmitNounwindRuntimeCall( in EmitTryOrSynchronizedStmt() local
3820 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()
3827 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()
3881 llvm::CallInst *SetJmpResult = in EmitTryOrSynchronizedStmt() local
3884 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()
3887 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()