Home
last modified time | relevance | path

Searched refs:throwable_type_node (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexcept.c381 type = throwable_type_node;
H A Dverify.c1188 POP_TYPE (throwable_type_node, "missing throwable at athrow" );
1451 type = throwable_type_node;
H A Djava-tree.h468 #define throwable_type_node \ macro
H A Ddecl.c565 throwable_type_node = lookup_class (get_identifier ("java.lang.Throwable")); in java_init_decl_processing()
H A Dexpr.c3266 build_java_athrow (pop_value (throwable_type_node))
H A Djcf-write.c2408 exception_type = build_pointer_type (throwable_type_node);
H A Dparse.c9952 if (!inherits_from_p (TREE_VALUE (mthrows), throwable_type_node))
19238 if (!inherits_from_p (carg_type, throwable_type_node))
19390 if (!try_reference_assignconv (throwable_type_node, expr))
H A Dparse.y6387 if (!inherits_from_p (TREE_VALUE (mthrows), throwable_type_node))
15673 if (!inherits_from_p (carg_type, throwable_type_node))
15825 if (!try_reference_assignconv (throwable_type_node, expr))