Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c618 in_function_try_handler = 1;
620 in_function_try_handler = 0;
716 in_function_try_handler = 1;
736 in_function_try_handler = 0;
H A Dexcept.c460 if (in_function_try_handler in expand_end_catch_block()
H A Dcp-tree.h889 int in_function_try_handler; member
968 #define in_function_try_handler cp_function_chain->in_function_try_handler macro
H A Dtypeck.c6255 if (in_function_try_handler)
H A DChangeLog.22005 (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.
/openbsd-src/gnu/gcc/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.c1043 in_function_try_handler = 1; in finish_function_try_block()
1063 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.c6470 if (in_function_try_handler) in check_return_expr()