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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp3852 llvm::CallInst *SetJmpResult = local
3854 SetJmpResult->setCanReturnTwice();
3861 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception");
3915 llvm::CallInst *SetJmpResult = local
3918 SetJmpResult->setCanReturnTwice();
3921 CGF.Builder.CreateIsNotNull(SetJmpResult, "did_catch_exception");

Completed in 155 milliseconds