Searched refs:CxaExceptionHeader (Results 1 – 2 of 2) sorted by relevance
335 struct CxaExceptionHeader345 CxaExceptionHeader* nextException;350 CxaExceptionHeader* nextPropagatingException;397 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType;414 static CxaExceptionHeader* toExceptionHeader(_Unwind_Exception* exc) @nogc416 return cast(CxaExceptionHeader*)(exc + 1) - 1;745 auto thrownPtr = CxaExceptionHeader.getAdjustedPtr(unwindHeader, catchType);750 CxaExceptionHeader.save(unwindHeader, thrownPtr);
311 struct CxaExceptionHeader struct321 CxaExceptionHeader* nextException; argument326 CxaExceptionHeader* nextPropagatingException; argument373 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType; in getAdjustedPtr() argument390 static CxaExceptionHeader* toExceptionHeader(_Unwind_Exception* exc) @nogc in toExceptionHeader() argument392 return cast(CxaExceptionHeader*)(exc + 1) - 1; in toExceptionHeader()734 auto thrownPtr = CxaExceptionHeader.getAdjustedPtr(unwindHeader, catchType); in actionTableLookup()739 CxaExceptionHeader.save(unwindHeader, thrownPtr); in actionTableLookup()