Searched refs:current_function_returns_null (Results 1 – 8 of 8) sorted by relevance
615 extern int current_function_returns_null;
152 int current_function_returns_null; variable6599 current_function_returns_null = 0; in start_function()7341 && !current_function_returns_value && !current_function_returns_null in finish_function()7361 && current_function_returns_null) in finish_function()7542 p->returns_null = current_function_returns_null; in c_push_function_context()7573 current_function_returns_null = p->returns_null; in c_pop_function_context()8148 current_function_returns_null = 0; in start_block_helper_function()
7428 current_function_returns_null = 1; in c_finish_return()7439 current_function_returns_null = 1; in c_finish_return()
6817 current_function_returns_null = 0; in check_return_expr()6836 current_function_returns_null = 1; in check_return_expr()6844 current_function_returns_null = 1; in check_return_expr()
806 #define current_function_returns_null cp_function_chain->returns_null macro
2875 (current_function_returns_null): Likewise.2897 (current_function_returns_null): Likewise.
11956 && !current_function_returns_value && !current_function_returns_null in finish_function()
3924 (finish_function): Don't warn if current_function_returns_null.