Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c6854 current_function_return_value = error_mark_node; in check_return_expr()
6915 && (current_function_return_value == NULL_TREE in check_return_expr()
6916 || current_function_return_value == retval) in check_return_expr()
6927 current_function_return_value = retval; in check_return_expr()
6929 current_function_return_value = error_mark_node; in check_return_expr()
H A DChangeLog-20011531 current_function_return_value.
1634 (current_function_return_value): Now a macro.
1640 current_function_return_value and walk, calling...
1642 * typeck.c (check_return_expr): Set current_function_return_value.
H A Ddecl.c11917 if (current_function_return_value) in finish_function()
11919 tree r = current_function_return_value; in finish_function()
11934 current_function_return_value = NULL_TREE; in finish_function()
H A Dcp-tree.h822 #define current_function_return_value \ macro