gccint: GIMPLE_WITH_CLEANUP_EXPR

1 
1 12.8.29 'GIMPLE_WITH_CLEANUP_EXPR'
1 ----------------------------------
1 
1  -- GIMPLE function: gimple gimple_build_wce (gimple_seq cleanup)
1      Build a 'GIMPLE_WITH_CLEANUP_EXPR' statement.  'CLEANUP' is the
1      clean-up expression.
1 
1  -- GIMPLE function: gimple_seq gimple_wce_cleanup (gimple g)
1      Return the cleanup sequence for cleanup statement 'G'.
1 
1  -- GIMPLE function: void gimple_wce_set_cleanup (gimple g, gimple_seq
1           cleanup)
1      Set 'CLEANUP' to be the cleanup sequence for 'G'.
1 
1  -- GIMPLE function: bool gimple_wce_cleanup_eh_only (gimple g)
1      Return the 'CLEANUP_EH_ONLY' flag for a 'WCE' tuple.
1 
1  -- GIMPLE function: void gimple_wce_set_cleanup_eh_only (gimple g, bool
1           eh_only_p)
1      Set the 'CLEANUP_EH_ONLY' flag for a 'WCE' tuple.
1