Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc659 tree itm_fn = declare_library_fn_1 ("_ITM_cxa_throw", in build_throw() local
662 if (itm_fn != error_mark_node) in build_throw()
664 apply_tm_attr (itm_fn, get_identifier ("transaction_pure")); in build_throw()
665 record_tm_replacement (throw_fn, itm_fn); in build_throw()