Searched refs:current_function_returns_value (Results 1 – 14 of 14) sorted by relevance
612 extern int current_function_returns_value;
127 int current_function_returns_value; variable7691 current_function_returns_value = 0; /* Assume, until we see it does. */ in start_function()8368 && !current_function_returns_value && !current_function_returns_null in finish_function()8584 p->returns_value = current_function_returns_value; in c_push_function_context()8622 current_function_returns_value = p->returns_value; in c_pop_function_context()
8790 current_function_returns_value = 1; in c_finish_return()
717 extern int current_function_returns_value;
125 int current_function_returns_value; variable8707 current_function_returns_value = 0; /* Assume, until we see it does. */ in start_function()9477 && !current_function_returns_value && !current_function_returns_null in finish_function()9700 p->returns_value = current_function_returns_value; in c_push_function_context()9740 current_function_returns_value = p->returns_value; in c_pop_function_context()
10235 current_function_returns_value = 1; in c_finish_return()
9167 current_function_returns_value = 1; in check_return_expr()9242 current_function_returns_value = 1; in check_return_expr()9272 current_function_returns_value = 1; in check_return_expr()
15828 else if (!current_function_returns_value in finish_function()15903 && !current_function_returns_value && !current_function_returns_null in finish_function()
1810 #define current_function_returns_value cp_function_chain->returns_value macro
17677 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
7808 current_function_returns_value = 1; in check_return_expr()7861 current_function_returns_value = 1; in check_return_expr()
1136 #define current_function_returns_value cp_function_chain->returns_value macro
13550 && !current_function_returns_value && !current_function_returns_null in finish_function()
8596 current_function_returns_value = 0; /* Assume, until we see it does. */ in objc_start_function()