Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc299 xh->catchTemp = landing_pad; in save_caught_exception()
314 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception()
714 xh->catchTemp = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
765 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected()
H A Dunwind-cxx.h92 _Unwind_Ptr catchTemp; member
146 _Unwind_Ptr catchTemp; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc299 xh->catchTemp = landing_pad; in save_caught_exception()
314 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception()
717 xh->catchTemp = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
768 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected()
H A Dunwind-cxx.h92 _Unwind_Ptr catchTemp; member
146 _Unwind_Ptr catchTemp; member
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
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
1175 else if (ex->catchTemp == 0)
1184 ex->catchTemp = 0;
H A Dcxxabi.h143 void *catchTemp; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d358 _Unwind_Ptr catchTemp;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d334 _Unwind_Ptr catchTemp; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20021783 * libsupc++/unwind-cxx.h (__cxa_exception): Change catchTemp