Home
last modified time | relevance | path

Searched refs:patch_try_statement (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c463 static tree patch_try_statement PARAMS ((tree));
15328 return patch_try_statement (node);
19200 patch_try_statement (node) in patch_try_statement() function
H A Dparse.y223 static tree patch_try_statement PARAMS ((tree));
11763 return patch_try_statement (node);
15635 patch_try_statement (node) in patch_try_statement() function
H A DChangeLog7434 patch_try_statement, patch_synchronized_statement,
9527 (patch_try_statement): No longer need to support finally clause.
11432 (patch_try_statement): Fixed lang_printable_name invocations.
11556 (patch_try_statement): Fixed comments. Record caught types in
11630 build_jump_to_finally, build_tree_list, patch_try_statement,
11684 patch_try_statement): New functions.