Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c459 static tree encapsulate_with_try_catch PARAMS ((int, tree, tree, tree));
8060 compound = encapsulate_with_try_catch (0, exception_type_node, compound,
12365 stmt = encapsulate_with_try_catch (0, class_not_found_type_node,
19150 encapsulate_with_try_catch (location, type, try_stmts, catch_stmts) in encapsulate_with_try_catch() function
H A Dparse.y219 static tree encapsulate_with_try_catch PARAMS ((int, tree, tree, tree));
4495 compound = encapsulate_with_try_catch (0, exception_type_node, compound,
8800 stmt = encapsulate_with_try_catch (0, class_not_found_type_node,
15585 encapsulate_with_try_catch (location, type, try_stmts, catch_stmts) in encapsulate_with_try_catch() function
H A DChangeLog2626 * parse.y (encapsulate_with_try_catch): New function.
2636 encapsulate_with_try_catch, removed unnecessary code.