Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A 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/libsupc++/
H A 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/
H A DChangeLog-2017213 * libsupc++/nested_exception.h (__throw_with_nested_impl): Add
H A DChangeLog-20165677 (__throw_with_nested_impl): New overloaded functions to implement
5679 (throw_with_nested): Call __throw_with_nested_impl.