Home
last modified time | relevance | path

Searched refs:nextLandingPad (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d785 _Unwind_Ptr nextLandingPad = void; in getClassInfo() local
789 ExceptionHeader.restore(&ehn.unwindHeader, nextHandler, nextLsd, nextLandingPad, nextCfa); in getClassInfo()
967 _Unwind_Ptr nextLandingPad = void; in __gdc_personality() local
971 … ExceptionHeader.restore(&ehn.unwindHeader, nextHandler, nextLsd, nextLandingPad, nextCfa); in __gdc_personality()
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d944 _Unwind_Ptr nextLandingPad;
948 … ExceptionHeader.restore(&ehn.unwindHeader, nextHandler, nextLsd, nextLandingPad, nextCfa);