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

Method overflow

src/common/Int128.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void Int128::overflow()
250{
251 (Arg::Gds(isc_arith_except) << Arg::Gds(isc_exception_integer_overflow)).raise();
252}
253
254#ifdef DEV_BUILD
255const char* Int128::show()

Callers

nothing calls this directly

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected