Home
last modified time | relevance | path

Searched refs:current_function_return_value (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c7868 current_function_return_value = error_mark_node; in check_return_expr()
7948 && (current_function_return_value == NULL_TREE in check_return_expr()
7949 || current_function_return_value == retval)) in check_return_expr()
7950 current_function_return_value = retval; in check_return_expr()
7952 current_function_return_value = error_mark_node; in check_return_expr()
H A Ddecl.c13511 if (current_function_return_value) in finish_function()
13513 tree r = current_function_return_value; in finish_function()
13528 current_function_return_value = NULL_TREE; in finish_function()
H A Dcp-tree.h1157 #define current_function_return_value \ macro
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c9279 current_function_return_value = error_mark_node; in check_return_expr()
9367 && (current_function_return_value == NULL_TREE in check_return_expr()
9368 || current_function_return_value == retval)) in check_return_expr()
9369 current_function_return_value = retval; in check_return_expr()
9371 current_function_return_value = error_mark_node; in check_return_expr()
H A Ddecl.c15864 if (current_function_return_value) in finish_function()
15866 tree r = current_function_return_value; in finish_function()
15881 current_function_return_value = NULL_TREE; in finish_function()
H A Dcp-tree.h1837 #define current_function_return_value \ macro