Searched refs:current_function_returns_value (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h603 extern int current_function_returns_value;
H A Dc-decl.c146 int current_function_returns_value;
6192 current_function_returns_value = 0; /* Assume, until we see it does. */
6937 && !current_function_returns_value && !current_function_returns_null
6956 && current_function_returns_value
7132 p->returns_value = current_function_returns_value;
7160 current_function_returns_value = p->returns_value;
145 int current_function_returns_value; variable
H A Dc-typeck.c7016 current_function_returns_value = 1;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c6548 current_function_returns_value = 1;
6600 current_function_returns_value = 1;
H A Dcp-tree.h803 #define current_function_returns_value cp_function_chain->returns_value
801 #define current_function_returns_value macro
H A Ddecl.c11427 && !current_function_returns_value && !current_function_returns_null

Completed in 157 milliseconds