GNU Compiler Collection (GCC) Internals: GIMPLE_EH_FILTER |
---|
Next:
GIMPLE_LABEL
, Previous:
GIMPLE_DEBUG
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_EH_FILTER
Build a GIMPLE_EH_FILTER
statement. TYPES
are the filter’s
types. FAILURE
is a sequence with the filter’s failure action.
Return the types handled by GIMPLE_EH_FILTER
statement G
.
Return a pointer to the types handled by GIMPLE_EH_FILTER
statement G
.
Return the sequence of statement to execute when GIMPLE_EH_FILTER
statement fails.
Set TYPES
to be the set of types handled by GIMPLE_EH_FILTER
G
.
Set FAILURE
to be the sequence of statements to execute on
failure for GIMPLE_EH_FILTER
G
.
Get the function decl to be called by the MUST_NOT_THROW region.
Set the function decl to be called by GS to DECL.