Searched refs:patch_throw_statement (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 2644 (patch_throw_statement): Likewise. Fixed typo. 6802 (patch_throw_statement): Enforce exception handling in the context 7343 (patch_throw_statement): Use DECL_CLINIT_P. 7435 patch_throw_statement, check_thrown_exceptions, 8645 (patch_throw_statement): When doing xrefs, do not call BUILD_THROW 8816 (patch_throw_statement): Likewise. 9031 (patch_throw_statement): Fixed indentation. Issue specific error 10632 (patch_throw_statement): Use IS_UNCHECKED_EXCEPTION_P instead of 11433 (patch_synchronized_statement, patch_throw_statement): Likewise. 11511 (patch_synchronized_statement, patch_throw_statement, [all …]
|
| H A D | parse.c | 465 static tree patch_throw_statement PARAMS ((tree, tree)); 15321 return patch_throw_statement (node, wfl_op1); 19382 patch_throw_statement (node, wfl_op1) in patch_throw_statement() function
|
| H A D | parse.y | 225 static tree patch_throw_statement PARAMS ((tree, tree)); 11756 return patch_throw_statement (node, wfl_op1); 15817 patch_throw_statement (node, wfl_op1) in patch_throw_statement() function
|