Home
last modified time | relevance | path

Searched refs:fthrows (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c10098 tree mthrows, fthrows; local
10111 for (fthrows = DECL_FUNCTION_THROWS (found);
10112 fthrows; fthrows = TREE_CHAIN (fthrows))
10113 if (inherits_from_p (TREE_VALUE (mthrows), TREE_VALUE (fthrows)))
10115 if (!fthrows)
H A Dparse.y6533 tree mthrows, fthrows; local
6546 for (fthrows = DECL_FUNCTION_THROWS (found);
6547 fthrows; fthrows = TREE_CHAIN (fthrows))
6548 if (inherits_from_p (TREE_VALUE (mthrows), TREE_VALUE (fthrows)))
6550 if (!fthrows)