MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / zerodivide

Method zerodivide

src/common/Int128.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void Int128::zerodivide()
245{
246 (Arg::Gds(isc_arith_except) << Arg::Gds(isc_exception_integer_divide_by_zero)).raise();
247}
248
249void Int128::overflow()
250{

Callers

nothing calls this directly

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected