Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c19215 tree carg_decl, carg_type; local
19228 carg_type = TREE_TYPE (TREE_TYPE (carg_decl));
19238 if (!inherits_from_p (carg_type, throwable_type_node))
19243 lang_printable_name (carg_type, 0));
19261 if (inherits_from_p (carg_type, TREE_TYPE (TREE_TYPE (decl))))
19289 caught_type_list = tree_cons (NULL_TREE, carg_type, caught_type_list);
H A Dparse.y15650 tree carg_decl, carg_type; local
15663 carg_type = TREE_TYPE (TREE_TYPE (carg_decl));
15673 if (!inherits_from_p (carg_type, throwable_type_node))
15678 lang_printable_name (carg_type, 0));
15696 if (inherits_from_p (carg_type, TREE_TYPE (TREE_TYPE (decl))))
15724 caught_type_list = tree_cons (NULL_TREE, carg_type, caught_type_list);