MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / SafeIntOnDivZero

Method SafeIntOnDivZero

SafeInt.hpp:742–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740 }
741
742 static SAFEINT_NORETURN void SAFEINT_STDCALL SafeIntOnDivZero() SAFEINT_NOTHROW
743 {
744 SafeIntExceptionAssert();
745 RaiseException( static_cast<DWORD>(EXCEPTION_INT_DIVIDE_BY_ZERO), EXCEPTION_NONCONTINUABLE, 0, 0);
746 }
747 };
748
749#endif

Callers

nothing calls this directly

Calls 1

SafeIntExceptionAssertFunction · 0.70

Tested by

no test coverage detected