Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d335 struct CxaExceptionHeader
345 CxaExceptionHeader* nextException;
350 CxaExceptionHeader* nextPropagatingException;
397 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType;
414 static CxaExceptionHeader* toExceptionHeader(_Unwind_Exception* exc) @nogc
416 return cast(CxaExceptionHeader*)(exc + 1) - 1;
745 auto thrownPtr = CxaExceptionHeader.getAdjustedPtr(unwindHeader, catchType);
750 CxaExceptionHeader.save(unwindHeader, thrownPtr);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d311 struct CxaExceptionHeader struct
321 CxaExceptionHeader* nextException; argument
326 CxaExceptionHeader* nextPropagatingException; argument
373 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType; in getAdjustedPtr() argument
390 static CxaExceptionHeader* toExceptionHeader(_Unwind_Exception* exc) @nogc in toExceptionHeader() argument
392 return cast(CxaExceptionHeader*)(exc + 1) - 1; in toExceptionHeader()
734 auto thrownPtr = CxaExceptionHeader.getAdjustedPtr(unwindHeader, catchType); in actionTableLookup()
739 CxaExceptionHeader.save(unwindHeader, thrownPtr); in actionTableLookup()