Searched refs:mthrows (Results 1 – 2 of 2) sorted by relevance
9927 tree mthrows; local9949 for (mthrows = DECL_FUNCTION_THROWS (method);9950 mthrows; mthrows = TREE_CHAIN (mthrows))9952 if (!inherits_from_p (TREE_VALUE (mthrows), throwable_type_node))9954 …(TREE_PURPOSE (mthrows), "Class `%s' in `throws' clause must be a subclass of class `java.lang.Thr…9956 (DECL_NAME (TYPE_NAME (TREE_VALUE (mthrows)))));10098 tree mthrows, fthrows; local10104 for (mthrows = DECL_FUNCTION_THROWS (method);10105 mthrows; mthrows = TREE_CHAIN (mthrows))10108 if (IS_UNCHECKED_EXCEPTION_P (TREE_VALUE (mthrows)))[all …]
6362 tree mthrows; local6384 for (mthrows = DECL_FUNCTION_THROWS (method);6385 mthrows; mthrows = TREE_CHAIN (mthrows))6387 if (!inherits_from_p (TREE_VALUE (mthrows), throwable_type_node))6389 …(TREE_PURPOSE (mthrows), "Class `%s' in `throws' clause must be a subclass of class `java.lang.Thr…6391 (DECL_NAME (TYPE_NAME (TREE_VALUE (mthrows)))));6533 tree mthrows, fthrows; local6539 for (mthrows = DECL_FUNCTION_THROWS (method);6540 mthrows; mthrows = TREE_CHAIN (mthrows))6543 if (IS_UNCHECKED_EXCEPTION_P (TREE_VALUE (mthrows)))[all …]