Home
last modified time | relevance | path

Searched refs:current_function_has_exception_handlers (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.h114 extern bool current_function_has_exception_handlers PARAMS ((void));
H A Dsibcall.c592 if (USING_SJLJ_EXCEPTIONS && current_function_has_exception_handlers ()) in optimize_sibling_and_tail_recursive_calls()
H A Dsched-rgn.c340 if (current_function_has_exception_handlers ()) in is_cfg_nonregular()
H A Dexcept.c1248 current_function_has_exception_handlers () in current_function_has_exception_handlers() function
H A DChangeLog.711502 current_function_has_exception_handlers.
13626 * except.c (current_function_has_exception_handlers): New.
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.h70 extern bool current_function_has_exception_handlers (void);
H A Dtree-tailcall.c173 if (USING_SJLJ_EXCEPTIONS && current_function_has_exception_handlers ()) in suitable_for_tail_call_opt_p()
H A Dsched-rgn.c326 if (current_function_has_exception_handlers ()) in is_cfg_nonregular()
H A Dexcept.c842 current_function_has_exception_handlers (void) in current_function_has_exception_handlers() function