Next: GIMPLE_COND
, Previous: GIMPLE_CALL
, Up: Tuple specific accessors [Contents][Index]
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
statement G
.
Return a pointer to the types handled by GIMPLE_CATCH
statement
G
.
Return the GIMPLE sequence representing the body of the handler
of GIMPLE_CATCH
statement G
.
Set T
to be the set of types handled by GIMPLE_CATCH
G
.
Set HANDLER
to be the body of GIMPLE_CATCH
G
.