Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h304 extern int current_function_returns_value;
H A Dc-decl.c127 int current_function_returns_value; variable
5806 current_function_returns_value = 0; /* Assume, until we see it does. */
6517 && !current_function_returns_value && !current_function_returns_null
6532 && current_function_returns_value
6879 p->returns_value = current_function_returns_value;
6916 current_function_returns_value = p->returns_value;
H A Dc-typeck.c7099 current_function_returns_value = 1;
H A DChangeLog.718014 (c_expand_return): Set current_function_returns_value even if the
/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h596 extern int current_function_returns_value;
H A Dc-decl.c140 int current_function_returns_value; variable
6006 current_function_returns_value = 0; /* Assume, until we see it does. */ in start_function()
6770 && !current_function_returns_value && !current_function_returns_null in finish_function()
6789 && current_function_returns_value in finish_function()
6963 p->returns_value = current_function_returns_value; in c_push_function_context()
6992 current_function_returns_value = p->returns_value; in c_pop_function_context()
H A Dc-typeck.c7043 current_function_returns_value = 1; in c_finish_return()
/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog377 (objc_start_function): Clear current_function_returns_value
H A Dobjc-act.c8529 current_function_returns_value = 0; /* Assume, until we see it does. */ in objc_start_function()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c6482 current_function_returns_value = 1; in check_return_expr()
6534 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.c11316 && !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
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h941 #define current_function_returns_value cp_function_chain->returns_value macro
H A Dtypeck.c6307 current_function_returns_value = 1;
H A Ddecl.c15111 && !current_function_returns_value && !current_function_returns_null
H A DChangeLog.22874 (current_function_returns_value): Likewise.
2896 (current_function_returns_value): Remove.
H A DChangeLog12137 * typeck.c (check_return_expr): Do set current_function_returns_value