Searched refs:build_return (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 430 static tree build_return PARAMS ((int, tree)); 4889 { yyval.node = build_return (yyvsp[-1].operator.location, NULL_TREE); } in yyparse() 4894 { yyval.node = build_return (yyvsp[-2].operator.location, yyvsp[-1].node); } in yyparse() 12009 stmt = build_return (0, stmt); 12023 stmt = build_return (0, build_assignment (ASSIGN_TK, 0, stmt, 12128 body = build_return (0, body); 12221 stmt = build_return (0, stmt); 12348 stmt = build_return (0, stmt); 18449 build_return (location, op) in build_return() function
|
| H A D | parse.y | 190 static tree build_return PARAMS ((int, tree)); 1823 { $$ = build_return ($1.location, NULL_TREE); } 1825 { $$ = build_return ($1.location, $2); } 8444 stmt = build_return (0, stmt); 8458 stmt = build_return (0, build_assignment (ASSIGN_TK, 0, stmt, 8563 body = build_return (0, body); 8656 stmt = build_return (0, stmt); 8783 stmt = build_return (0, stmt); 14884 build_return (location, op) in build_return() function
|
| H A D | ChangeLog | 11809 (build_return): Enable debug information on return statement. 12387 (return_statement:): Call build_return. 12449 (build_return, patch_return): New functions.
|