Searched refs:fthrows (Results 1 – 2 of 2) sorted by relevance
10098 tree mthrows, fthrows; local10111 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)
6533 tree mthrows, fthrows; local6546 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)