Searched refs:protect_cleanup_actions (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c782 protect_cleanup_actions;
796 tree protect_cleanup_actions, finally, x;
802 protect_cleanup_actions = lang_protect_cleanup_actions ();
804 protect_cleanup_actions = NULL;
827 whether or not protect_cleanup_actions is active. */
830 if (!finally_may_fallthru && !protect_cleanup_actions)
870 /* Wrap the block with protect_cleanup_actions as the action. */
871 if (protect_cleanup_actions)
874 append_to_statement_list (protect_cleanup_actions, &EH_FILTER_FAILURE (x));
791 tree protect_cleanup_actions, finally, x; local

Completed in 44 milliseconds