Next: <code>GIMPLE_COND</code>, Previous: <code>GIMPLE_CALL</code>, Up: Tuple specific accessors
GIMPLE_CATCH
Build a
GIMPLE_CATCH
statement.TYPES
are the tree types this catch handles.HANDLER
is a sequence of statements with the code for the handler.
Return the types handled by
GIMPLE_CATCH
statementG
.
Return a pointer to the types handled by
GIMPLE_CATCH
statementG
.
Return the GIMPLE sequence representing the body of the handler of
GIMPLE_CATCH
statementG
.