Home
last modified time | relevance | path

Searched refs:return_id (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c1042 finish_named_return_value (return_id, init) in finish_named_return_value() argument
1043 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));
H A Dparse.y432 %type <ttype> fn_def2 return_id constructor_declarator
923 return_id:
931 return_id maybe_init
933 | return_id '(' nonnull_exprlist ')'
935 | return_id LEFT_RIGHT