Searched defs:FinallyRethrow (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp4037 CodeGenFunction::JumpDest FinallyRethrow = local
4135 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4285 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4306 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4322 CGF.EmitBlock(FinallyRethrow.getBlock(), true);

Completed in 414 milliseconds