Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_personality.cc295 xh->catchTemp = landing_pad; in save_caught_exception()
310 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception()
673 xh->catchTemp = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
724 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected()
H A Dunwind-cxx.h82 _Unwind_Ptr catchTemp; member
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc85 ex->catchTemp = landingPad; in saveLandingPad()
106 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ex->catchTemp); in loadLandingPad()
214 void *catchTemp; member
1195 else if (ex->catchTemp == 0)
1204 ex->catchTemp = 0;
H A Dcxxabi.h143 void *catchTemp; member
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20021783 * libsupc++/unwind-cxx.h (__cxa_exception): Change catchTemp