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

Method SafeIntOnOverflow

SafeInt.hpp:736–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 {
735 public:
736 static SAFEINT_NORETURN void SAFEINT_STDCALL SafeIntOnOverflow() SAFEINT_NOTHROW
737 {
738 SafeIntExceptionAssert();
739 RaiseException( static_cast<DWORD>(EXCEPTION_INT_OVERFLOW), EXCEPTION_NONCONTINUABLE, 0, 0);
740 }
741
742 static SAFEINT_NORETURN void SAFEINT_STDCALL SafeIntOnDivZero() SAFEINT_NOTHROW
743 {

Callers

nothing calls this directly

Calls 1

SafeIntExceptionAssertFunction · 0.70

Tested by

no test coverage detected