Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h774 extern int current_function_returns_value;
H A Dc-decl.cc134 int current_function_returns_value; variable
9509 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()
H A Dc-typeck.cc10923 current_function_returns_value = 1; in c_finish_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h756 extern int current_function_returns_value;
H A Dc-decl.c125 int current_function_returns_value; variable
9126 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()
H A Dc-typeck.c10738 current_function_returns_value = 1; in c_finish_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9903 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()
H A Ddecl.c17115 && !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()
H A Dcoroutines.cc793 if (current_function_returns_value || current_function_returns_null) in coro_function_valid_p()
H A Dcp-tree.h1982 #define current_function_returns_value cp_function_chain->returns_value macro
H A Dpt.c19282 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc10500 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()
H A Ddecl.cc17939 && !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()
H A Dcoroutines.cc822 if (current_function_returns_value || current_function_returns_null) in coro_function_valid_p()
H A DChangeLog-19992874 (current_function_returns_value): Likewise.
2896 (current_function_returns_value): Remove.
H A Dcp-tree.h2140 #define current_function_returns_value cp_function_chain->returns_value macro
H A DChangeLog-20002265 * typeck.c (check_return_expr): Do set current_function_returns_value
H A Dpt.cc19963 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc8831 current_function_returns_value = 0; /* Assume, until we see it does. */ in objc_start_function()
H A DChangeLog3710 (objc_start_function): Clear current_function_returns_value
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c8706 current_function_returns_value = 0; /* Assume, until we see it does. */ in objc_start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200232461 (c_expand_return): Set current_function_returns_value even if the