Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c11612 tree fbody, block_body, exception_copy; local
11625 exception_copy = NULL_TREE;
11645 exception_copy = copy_list (DECL_FUNCTION_THROWS (mdecl));
11708 DECL_FUNCTION_THROWS (mdecl) = exception_copy;
H A Dparse.y8047 tree fbody, block_body, exception_copy; local
8060 exception_copy = NULL_TREE;
8080 exception_copy = copy_list (DECL_FUNCTION_THROWS (mdecl));
8143 DECL_FUNCTION_THROWS (mdecl) = exception_copy;
H A DChangeLog2719 and `exception_copy.' Reorganized: directly return on empty method
8286 `exception_copy'.