Home
last modified time | relevance | path

Searched refs:lang_protect_cleanup_actions (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexcept.h138 extern tree (*lang_protect_cleanup_actions) PARAMS ((void));
H A Dexcept.c87 tree (*lang_protect_cleanup_actions) PARAMS ((void));
564 = (lang_protect_cleanup_actions
565 ? (*lang_protect_cleanup_actions) ()
H A DChangeLog.53478 (lang_protect_cleanup_actions): Declare it.
3480 (lang_protect_cleanup_actions): New variable.
3483 lang_protect_cleanup_actions.
/openbsd/gnu/gcc/gcc/
H A Dexcept.h126 extern tree (*lang_protect_cleanup_actions) (void);
H A Dtree-eh.c796 if (lang_protect_cleanup_actions) in honor_protect_cleanup_actions()
797 protect_cleanup_actions = lang_protect_cleanup_actions (); in honor_protect_cleanup_actions()
H A Domp-low.c2316 if (lang_protect_cleanup_actions) in maybe_catch_exception()
2317 t = lang_protect_cleanup_actions (); in maybe_catch_exception()
H A Dexcept.c90 tree (*lang_protect_cleanup_actions) (void); variable
/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c89 lang_protect_cleanup_actions = &cp_protect_cleanup_actions; in init_exception_processing()
H A DChangeLog-20011988 here. Do set lang_protect_cleanup_actions.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c85 lang_protect_cleanup_actions = &cp_protect_cleanup_actions; in init_exception_processing()
H A DChangeLog7965 here. Do set lang_protect_cleanup_actions.