Searched refs:current_function_returns_value (Results 1 – 22 of 22) sorted by relevance
774 extern int current_function_returns_value;
134 int current_function_returns_value; variable9509 current_function_returns_value = 0; /* Assume, until we see it does. */ in start_function()10311 && !current_function_returns_value && !current_function_returns_null in finish_function()10536 p->returns_value = current_function_returns_value; in c_push_function_context()10575 current_function_returns_value = p->returns_value; in c_pop_function_context()
10923 current_function_returns_value = 1; in c_finish_return()
756 extern int current_function_returns_value;
125 int current_function_returns_value; variable9126 current_function_returns_value = 0; /* Assume, until we see it does. */ in start_function()9914 && !current_function_returns_value && !current_function_returns_null in finish_function()10140 p->returns_value = current_function_returns_value; in c_push_function_context()10180 current_function_returns_value = p->returns_value; in c_pop_function_context()
10738 current_function_returns_value = 1; in c_finish_return()
9903 current_function_returns_value = 1; in check_return_expr()9979 current_function_returns_value = 1; in check_return_expr()10008 current_function_returns_value = 1; in check_return_expr()
17115 && !current_function_returns_value in finish_function()17128 else if (!current_function_returns_value in finish_function()17213 && !current_function_returns_value && !current_function_returns_null in finish_function()
793 if (current_function_returns_value || current_function_returns_null) in coro_function_valid_p()
1982 #define current_function_returns_value cp_function_chain->returns_value macro
19282 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
10500 current_function_returns_value = 1; in check_return_expr()10576 current_function_returns_value = 1; in check_return_expr()10605 current_function_returns_value = 1; in check_return_expr()
17939 && !current_function_returns_value in finish_function()17952 else if (!current_function_returns_value in finish_function()17988 && !current_function_returns_value && !current_function_returns_null in finish_function()
822 if (current_function_returns_value || current_function_returns_null) in coro_function_valid_p()
2874 (current_function_returns_value): Likewise.2896 (current_function_returns_value): Remove.
2140 #define current_function_returns_value cp_function_chain->returns_value macro
2265 * typeck.c (check_return_expr): Do set current_function_returns_value
19963 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
8831 current_function_returns_value = 0; /* Assume, until we see it does. */ in objc_start_function()
3710 (objc_start_function): Clear current_function_returns_value
8706 current_function_returns_value = 0; /* Assume, until we see it does. */ in objc_start_function()
32461 (c_expand_return): Set current_function_returns_value even if the