Searched refs:throw_stmt (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 12318 tree stmt, throw_stmt; local 12352 throw_stmt = make_qualified_name (build_wfl_node (wpv_id), 12354 throw_stmt = build_method_invocation (throw_stmt, NULL_TREE); 12357 throw_stmt = build_new_invocation 12359 build_tree_list (build_pointer_type (string_type_node), throw_stmt)); 12362 throw_stmt = build1 (THROW_EXPR, NULL_TREE, throw_stmt); 12366 stmt, throw_stmt);
|
| H A D | parse.y | 8753 tree stmt, throw_stmt; local 8787 throw_stmt = make_qualified_name (build_wfl_node (wpv_id), 8789 throw_stmt = build_method_invocation (throw_stmt, NULL_TREE); 8792 throw_stmt = build_new_invocation 8794 build_tree_list (build_pointer_type (string_type_node), throw_stmt)); 8797 throw_stmt = build1 (THROW_EXPR, NULL_TREE, throw_stmt); 8801 stmt, throw_stmt);
|