Searched refs:try_stmts (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 19150 encapsulate_with_try_catch (location, type, try_stmts, catch_stmts) in encapsulate_with_try_catch() argument 19152 tree type, try_stmts, catch_stmts; 19157 try_block = build_expr_block (try_stmts, NULL_TREE);
|
| H A D | parse.y | 15585 encapsulate_with_try_catch (location, type, try_stmts, catch_stmts) in encapsulate_with_try_catch() argument 15587 tree type, try_stmts, catch_stmts; 15592 try_block = build_expr_block (try_stmts, NULL_TREE);
|