Searched refs:current_function_returns_abnormally (Results 1 – 24 of 24) sorted by relevance
784 extern int current_function_returns_abnormally;
144 int current_function_returns_abnormally; variable9511 current_function_returns_abnormally = 0; in start_function()10313 && !current_function_returns_abnormally in finish_function()10538 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()10577 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
3163 current_function_returns_abnormally = 1; in build_function_call_vec()
766 extern int current_function_returns_abnormally;
135 int current_function_returns_abnormally; variable9128 current_function_returns_abnormally = 0; in start_function()9916 && !current_function_returns_abnormally in finish_function()10142 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()10182 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
3138 current_function_returns_abnormally = 1; in build_function_call_vec()
615 current_function_returns_abnormally = 1; in build_throw()
1204 (build_call): Don't set current_function_returns_abnormally outside4039 (current_function_returns_abnormally): New macro.
345 current_function_returns_abnormally = 1; in set_flags_from_callee()9256 current_function_returns_abnormally = 1; in build_over_call()
836 * except.c (build_throw): Only set current_function_returns_abnormally
2150 #define current_function_returns_abnormally \ macro
233 current_function_returns_abnormally if fn is noreturn FUNCTION_DECL
2753 current_function_returns_abnormally = 1; in finish_call_expr()
17990 && !current_function_returns_abnormally in finish_function()
6572 current_function_returns_abnormally.
5211 cp_function_chain->can_throw or current_function_returns_abnormally
19965 current_function_returns_abnormally = ol->returns_abnormally; in tsubst_lambda_expr()
638 current_function_returns_abnormally = 1; in build_throw()
348 current_function_returns_abnormally = 1; in set_flags_from_callee()8551 current_function_returns_abnormally = 1; in build_over_call()
1992 #define current_function_returns_abnormally \ macro
2524 current_function_returns_abnormally = 1; in finish_call_expr()
17215 && !current_function_returns_abnormally in finish_function()
19284 current_function_returns_abnormally = ol->returns_abnormally; in tsubst_lambda_expr()
32450 (current_function_returns_abnormally): New variable.32458 * c-tree.h: Declare current_function_returns_abnormally.