HomeSort by: relevance | last modified time | path
    Searched defs:FinallyRethrow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 4639 CodeGenFunction::JumpDest FinallyRethrow =
4737 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4887 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4908 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4924 CGF.EmitBlock(FinallyRethrow.getBlock(), true);
CGObjCMac.cpp 4639 CodeGenFunction::JumpDest FinallyRethrow =
4737 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4887 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4908 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4924 CGF.EmitBlock(FinallyRethrow.getBlock(), true);

Completed in 49 milliseconds