Searched refs:build_try_statement (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 461 static tree build_try_statement PARAMS ((int, tree, tree)); 4992 … { yyval.node = build_try_statement (yyvsp[-2].operator.location, yyvsp[-1].node, yyvsp[0].node); } in yyparse() 5003 (yyvsp[-3].operator.location, build_try_statement (yyvsp[-3].operator.location, in yyparse() 19176 return build_try_statement (location, try_block, catch_block); 19180 build_try_statement (location, try_block, catches) in build_try_statement() function
|
| H A D | parse.y | 221 static tree build_try_statement PARAMS ((int, tree, tree)); 1890 { $$ = build_try_statement ($1.location, $2, $3); } 1895 ($1.location, build_try_statement ($1.location, 15611 return build_try_statement (location, try_block, catch_block); 15615 build_try_statement (location, try_block, catches) in build_try_statement() function
|
| H A D | ChangeLog | 6195 (build_try_statement): Fixed leading comment. 9525 (build_try_statement): Remove finally parameter and handling. 10629 (build_try_statement): Call build_decl instead of 11554 (build_try_statement): Use BUILD_ASSIGN_EXCEPTION_INFO and 11683 (build_jump_to_finally, build_try_statement, java_get_catch_block,
|