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

Function CPR_s_error

src/gpre/gpre.cpp:1140–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138//
1139
1140void CPR_s_error(const TEXT* string)
1141{
1142 TEXT s[512];
1143
1144 fb_utils::snprintf(s, sizeof(s),
1145 "expected %s, encountered \"%s\"", string, gpreGlob.token_global.tok_string);
1146 CPR_error(s);
1147 PAR_unwind();
1148}
1149
1150
1151//____________________________________________________________

Callers 15

EXP_castFunction · 0.85
EXP_contextFunction · 0.85
EXP_fieldFunction · 0.85
EXP_left_parenFunction · 0.85
EXP_SINT64_ordinalFunction · 0.85
EXP_SLONG_ordinalFunction · 0.85
EXP_SSHORT_ordinalFunction · 0.85
EXP_ULONG_ordinalFunction · 0.85
EXP_USHORT_ordinalFunction · 0.85
EXP_match_parenFunction · 0.85
EXP_relationFunction · 0.85
par_arrayFunction · 0.85

Calls 3

CPR_errorFunction · 0.85
PAR_unwindFunction · 0.85
snprintfFunction · 0.50

Tested by

no test coverage detected