Searched refs:rethrow_fn (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | except.cc | 803 if (!rethrow_fn) in build_throw() 805 rethrow_fn = declare_library_fn_1 ("__cxa_rethrow", in build_throw() 808 if (flag_tm && rethrow_fn != error_mark_node) in build_throw() 809 apply_tm_attr (rethrow_fn, get_identifier ("transaction_pure")); in build_throw() 814 exp = cp_build_function_call_vec (rethrow_fn, NULL, tf_warning_or_error); in build_throw()
|
| D | ChangeLog-2017 | 3713 allocate_exception_fn, free_exception_fn, throw_fn, rethrow_fn): New. 3742 * except.c (fn1-5, throw_fn, rethrow_fn, spec): Likewise.
|
| D | cp-tree.h | 360 #define rethrow_fn cp_global_trees[CPTI_RETHROW_FN] macro
|