Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-tree.h612 extern int current_function_returns_value;
H A Dc-decl.c127 int current_function_returns_value; variable
7691 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()
H A Dc-typeck.c8790 current_function_returns_value = 1; in c_finish_return()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h717 extern int current_function_returns_value;
H A Dc-decl.c125 int current_function_returns_value; variable
8707 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()
H A Dc-typeck.c10235 current_function_returns_value = 1; in c_finish_return()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c9167 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()
H A Ddecl.c15828 else if (!current_function_returns_value in finish_function()
15903 && !current_function_returns_value && !current_function_returns_null in finish_function()
H A Dcp-tree.h1810 #define current_function_returns_value cp_function_chain->returns_value macro
H A Dpt.c17677 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c7808 current_function_returns_value = 1; in check_return_expr()
7861 current_function_returns_value = 1; in check_return_expr()
H A Dcp-tree.h1136 #define current_function_returns_value cp_function_chain->returns_value macro
H A Ddecl.c13550 && !current_function_returns_value && !current_function_returns_null in finish_function()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c8596 current_function_returns_value = 0; /* Assume, until we see it does. */ in objc_start_function()