Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h97 __throw_with_nested_impl(_Tp&& __t, true_type) in __throw_with_nested_impl() function
106 __throw_with_nested_impl(_Tp&& __t, false_type) in __throw_with_nested_impl() function
123 std::__throw_with_nested_impl(std::forward<_Tp>(__t), __nest{}); in throw_with_nested()