Home
last modified time | relevance | path

Searched refs:throw_node (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c797 throw_node = builtin_function ("_Jv_Throw", in java_init_decl_processing()
801 TREE_THIS_VOLATILE (throw_node) = 1; in java_init_decl_processing()
802 TREE_SIDE_EFFECTS (throw_node) = 1; in java_init_decl_processing()
H A Dparse.h679 build_address_of (throw_node), \
H A Dcheck-init.c884 if (func == throw_node)
H A Djava-tree.h628 #define throw_node \ macro
H A Dexpr.c580 build_address_of (throw_node),
H A Djcf-write.c2572 || f == throw_node)
H A DChangeLog3260 * decl.c (init_decl_processing) [throw_node]: No _Jv_Sjlj_Throw.
3288 * java-tree.h (throw_node): Define as a single member of
3291 * decl.c (throw_node): Don't declare.
3292 (init_decl_processing): Init a scalar throw_node.
3294 * check-init.c (check_init): Reference scalar throw_node.
4938 (throw_node): Define.
7550 * decl.c (init_decl_processing): Mark throw_node as a noreturn
9936 see THROW_EXPR. Instead, look for a call to throw_node (_Jv_Throw).
10384 soft_monitorenter_node, soft_monitorexit_node, throw_node.