Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h143 __rethrow_if_nested_impl(const _Ex* __ptr) in __rethrow_if_nested_impl() function
151 __rethrow_if_nested_impl(const void*) in __rethrow_if_nested_impl() function
160 { std::__rethrow_if_nested_impl(std::__addressof(__ex)); } in rethrow_if_nested()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h143 __rethrow_if_nested_impl(const _Ex* __ptr) in __rethrow_if_nested_impl() function
151 __rethrow_if_nested_impl(const void*) in __rethrow_if_nested_impl() function
160 { std::__rethrow_if_nested_impl(std::__addressof(__ex)); } in rethrow_if_nested()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20165681 (__rethrow_if_nested_impl): New overloaded functions to implement
5683 (rethrow_if_nested): Call __rethrow_if_nested_impl.