Searched refs:__cxa_end_catch (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc96 __cxxabiv1::__cxa_end_catch () function in class:__cxxabiv1
H A Deh_call.cc107 ~end_catch_protect() { __cxa_end_catch(); }
H A Dunwind-cxx.h123 extern "C" void __cxa_end_catch ();
H A Deh_personality.cc711 ~end_catch_protect() { __cxa_end_catch(); }
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc83 __cxa_end_catch () function
H A Dunwind-cxx.h109 extern "C" void __cxa_end_catch ();
H A Deh_personality.cc468 ~end_catch_protect() { __cxa_end_catch(); }
/openbsd-current/gnu/llvm/libcxxabi/include/
H A Dcxxabi.h57 extern _LIBCXXABI_FUNC_VIS void __cxa_end_catch();
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1254 // We need to __cxa_end_catch, but for the old exception,
1259 // __cxa_end_catch destroying new_exception_header.
1262 // Call __cxa_end_catch for new_exception_header
1263 __cxa_end_catch();
1264 // Call __cxa_end_catch for old_exception_header
1265 __cxa_end_catch();
1284 // We need to __cxa_end_catch for both the old exception and the
1287 // Call __cxa_end_catch for new_exception_header
1288 __cxa_end_catch();
1289 // Throw std::bad_exception will __cxa_end_catch fo
[all...]
H A Dcxa_exception.cpp486 void __cxa_end_catch ();
502 void __cxa_end_catch() { function
615 // __cxa_end_catch will remove this exception from the caughtExceptions stack if necessary
619 // The only way to communicate to __cxa_end_catch that we've rethrown
621 // which must be empty afterwards. Then __cxa_end_catch will do

Completed in 86 milliseconds