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

Function untyped_rhs

extern/btyacc/error.c:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void untyped_rhs(int i, char *s) {
201 error(lineno, 0, 0, "$%d (%s) is untyped", i, s);
202}
203
204void unknown_rhs(int i) {
205 error(lineno, 0, 0, "$%d is untyped (out of range)", i);

Callers 2

compile_argFunction · 0.85
copy_actionFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected