Searched refs:__throw_with_nested_impl (Results 1 – 4 of 4) sorted by relevance
99 __throw_with_nested_impl(_Tp&& __t, true_type) in __throw_with_nested_impl() function108 __throw_with_nested_impl(_Tp&& __t, false_type) in __throw_with_nested_impl() function127 std::__throw_with_nested_impl(std::forward<_Tp>(__t), __nest{}); in throw_with_nested()
213 * libsupc++/nested_exception.h (__throw_with_nested_impl): Add
5677 (__throw_with_nested_impl): New overloaded functions to implement5679 (throw_with_nested): Call __throw_with_nested_impl.