Home
last modified time | relevance | path

Searched refs:in_function_try_handler (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c491 if (in_function_try_handler in expand_end_catch_block()
H A Dcp-tree.h751 int in_function_try_handler; member
817 #define in_function_try_handler cp_function_chain->in_function_try_handler macro
H A Dsemantics.c1067 in_function_try_handler = 1; in finish_function_try_block()
1087 in_function_try_handler = 0; in finish_function_handler_sequence()
H A DChangeLog-19992005 (finish_function_try_block): Set in_function_try_handler
2882 (in_function_try_handler): Likewise.
2893 (in_function_try_handler): Remove.
3797 * cp-tree.h: Declare in_function_try_handler.
H A Dtypeck.c6725 if (in_function_try_handler) in check_return_expr()