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

Function checkForIndeterminant

src/common/cvt.cpp:2958–2964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2956
2957
2958static void checkForIndeterminant(const Exception& e, const dsc* desc, ErrorFunction err)
2959{
2960 StaticStatusVector st;
2961 e.stuffException(st);
2962 if (fb_utils::containsErrorCode(st.begin(), isc_decfloat_invalid_operation))
2963 CVT_conversion_error(desc, err, &e);
2964}
2965
2966
2967static inline void SINT64_to_SQUAD(const SINT64 input, const SQUAD& value)

Callers 2

CVT_get_dec64Function · 0.85
CVT_get_dec128Function · 0.85

Calls 4

containsErrorCodeFunction · 0.85
CVT_conversion_errorFunction · 0.85
stuffExceptionMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected