Next: <code>GIMPLE_WITH_CLEANUP_EXPR</code>, Previous: <code>GIMPLE_SWITCH</code>, Up: Tuple specific accessors
GIMPLE_TRYBuild a
GIMPLE_TRYstatement.EVALis a sequence with the expression to evaluate.CLEANUPis a sequence of statements to run at clean-up time.KINDis the enumeration valueGIMPLE_TRY_CATCHif this statement denotes a try/catch construct orGIMPLE_TRY_FINALLYif this statement denotes a try/finally construct.
Return the kind of try block represented by
GIMPLE_TRYG. This is eitherGIMPLE_TRY_CATCHorGIMPLE_TRY_FINALLY.
Return the
GIMPLE_TRY_CATCH_IS_CLEANUPflag.
Return the sequence of statements used as the body for
GIMPLE_TRYG.
Return the sequence of statements used as the cleanup body for
GIMPLE_TRYG.
Set the
GIMPLE_TRY_CATCH_IS_CLEANUPflag.