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

/freebsd-10.0-release/contrib/gcc/
H A Dexcept.h126 extern tree (*lang_protect_cleanup_actions) (void);
H A Dtree-eh.c771 /* A subroutine of lower_try_finally. If lang_protect_cleanup_actions
801 if (lang_protect_cleanup_actions)
802 protect_cleanup_actions = lang_protect_cleanup_actions ();
H A Domp-low.c2317 if (lang_protect_cleanup_actions)
2318 t = lang_protect_cleanup_actions ();
H A Dexcept.c90 tree (*lang_protect_cleanup_actions) (void); variable
/freebsd-10.0-release/contrib/gcc/cp/
H A Dexcept.c89 lang_protect_cleanup_actions = &cp_protect_cleanup_actions;

Completed in 92 milliseconds