Home
last modified time | relevance | path

Searched refs:throw_fn (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c674 if (!throw_fn) in build_throw()
679 throw_fn = get_global_binding (ident); in build_throw()
680 if (!throw_fn) in build_throw()
687 throw_fn = push_throw_library_fn (ident, fntype); in build_throw()
689 else if (!verify_library_fn (throw_fn, name, void_type_node, in build_throw()
692 throw_fn = error_mark_node; in build_throw()
694 if (flag_tm && throw_fn != error_mark_node) in build_throw()
715 record_tm_replacement (throw_fn, itm_fn); in build_throw()
838 tmp = cp_build_function_call_nary (throw_fn, tf_warning_or_error, in build_throw()
H A Dcp-tree.h342 #define throw_fn cp_global_trees[CPTI_THROW_FN] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc650 if (!throw_fn) in build_throw()
654 throw_fn = declare_library_fn_1 ("__cxa_throw", in build_throw()
657 if (flag_tm && throw_fn != error_mark_node) in build_throw()
665 record_tm_replacement (throw_fn, itm_fn); in build_throw()
793 tree tmp = cp_build_function_call_nary (throw_fn, tf_warning_or_error, in build_throw()
H A DChangeLog-20173713 allocate_exception_fn, free_exception_fn, throw_fn, rethrow_fn): New.
3714 * except.c (fn1..fn5, throw_fn, rethrow_rn, spec): Delete.
3742 * except.c (fn1-5, throw_fn, rethrow_fn, spec): Likewise.
H A Dcp-tree.h359 #define throw_fn cp_global_trees[CPTI_THROW_FN] macro