Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c764 if (!rethrow_fn) in build_throw()
767 rethrow_fn = get_global_binding (name); in build_throw()
768 if (!rethrow_fn) in build_throw()
770 rethrow_fn = push_throw_library_fn in build_throw()
774 apply_tm_attr (rethrow_fn, get_identifier ("transaction_pure")); in build_throw()
779 exp = cp_build_function_call_vec (rethrow_fn, NULL, tf_warning_or_error); in build_throw()
H A Dcp-tree.h298 #define rethrow_fn cp_global_trees[CPTI_RETHROW_FN] macro