Searched refs:catchTemp (Results 1 – 5 of 5) sorted by relevance
295 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()
82 _Unwind_Ptr catchTemp; member
85 ex->catchTemp = landingPad; in saveLandingPad()106 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ex->catchTemp); in loadLandingPad()214 void *catchTemp; member1195 else if (ex->catchTemp == 0)1204 ex->catchTemp = 0;
143 void *catchTemp; member
1783 * libsupc++/unwind-cxx.h (__cxa_exception): Change catchTemp