Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp4104 llvm::CallInst *SetJmpResult = CGF.EmitNounwindRuntimeCall( in EmitTryOrSynchronizedStmt() local
4106 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()
4113 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()
4168 llvm::CallInst *SetJmpResult = in EmitTryOrSynchronizedStmt() local
4171 SetJmpResult->setCanReturnTwice(); in EmitTryOrSynchronizedStmt()
4174 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception"); in EmitTryOrSynchronizedStmt()