Home
last modified time | relevance | path

Searched refs:current_function_returns_value (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h610 extern int current_function_returns_value;
H A Dc-decl.c147 int current_function_returns_value; variable
6598 current_function_returns_value = 0; /* Assume, until we see it does. */ in start_function()
7341 && !current_function_returns_value && !current_function_returns_null in finish_function()
7360 && current_function_returns_value in finish_function()
7541 p->returns_value = current_function_returns_value; in c_push_function_context()
7572 current_function_returns_value = p->returns_value; in c_pop_function_context()
8147 current_function_returns_value = 0; /* Assume, until we see it does. */ in start_block_helper_function()
H A Dc-typeck.c7450 current_function_returns_value = 1; in c_finish_return()
H A DChangeLog-200232461 (c_expand_return): Set current_function_returns_value even if the
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c6795 current_function_returns_value = 1; in check_return_expr()
6847 current_function_returns_value = 1; in check_return_expr()
H A Dcp-tree.h801 #define current_function_returns_value cp_function_chain->returns_value macro
H A DChangeLog-19992874 (current_function_returns_value): Likewise.
2896 (current_function_returns_value): Remove.
H A Ddecl.c11956 && !current_function_returns_value && !current_function_returns_null in finish_function()
H A DChangeLog-20002265 * typeck.c (check_return_expr): Do set current_function_returns_value