Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c9927 tree mthrows; local
9949 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; local
10104 for (mthrows = DECL_FUNCTION_THROWS (method);
10105 mthrows; mthrows = TREE_CHAIN (mthrows))
10108 if (IS_UNCHECKED_EXCEPTION_P (TREE_VALUE (mthrows)))
[all …]
H A Dparse.y6362 tree mthrows; local
6384 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; local
6539 for (mthrows = DECL_FUNCTION_THROWS (method);
6540 mthrows; mthrows = TREE_CHAIN (mthrows))
6543 if (IS_UNCHECKED_EXCEPTION_P (TREE_VALUE (mthrows)))
[all …]