Searched refs:exception_type_node (Results 1 – 5 of 5) sorted by relevance
470 #define exception_type_node \ macro
566 exception_type_node = lookup_class (get_identifier ("java.lang.Exception")); in java_init_decl_processing()
8060 compound = encapsulate_with_try_catch (0, exception_type_node, compound,8064 exception_type_node);19583 if (inherits_from_p (TREE_VALUE (throws), exception_type_node))
4495 compound = encapsulate_with_try_catch (0, exception_type_node, compound,4499 exception_type_node);16018 if (inherits_from_p (TREE_VALUE (throws), exception_type_node))
2607 * decl.c (init_decl_processing): exception_type_node,2615 (exception_type_node): New macro.