Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dnested_exception.h99 __throw_with_nested_impl(_Tp&& __t, true_type) in __throw_with_nested_impl() function
108 __throw_with_nested_impl(_Tp&& __t, false_type) in __throw_with_nested_impl() function
127 std::__throw_with_nested_impl(std::forward<_Tp>(__t), __nest{}); in throw_with_nested()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2017213 * libsupc++/nested_exception.h (__throw_with_nested_impl): Add
DChangeLog-20165677 (__throw_with_nested_impl): New overloaded functions to implement
5679 (throw_with_nested): Call __throw_with_nested_impl.