Searched refs:return_id (Results 1 – 2 of 2) sorted by relevance
1042 finish_named_return_value (return_id, init) in finish_named_return_value() argument1043 tree return_id, init; in finish_named_return_value()1054 if (return_id != NULL_TREE)1057 DECL_NAME (decl) = return_id;1060 error ("return identifier `%D' already in place", return_id);1085 add_stmt (build_stmt (RETURN_INIT, return_id, init));
432 %type <ttype> fn_def2 return_id constructor_declarator923 return_id:931 return_id maybe_init933 | return_id '(' nonnull_exprlist ')'935 | return_id LEFT_RIGHT