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

Function MSC_node

src/gpre/msc.cpp:331–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329//
330
331gpre_nod* MSC_node(nod_t type, SSHORT count)
332{
333 gpre_nod* node = (gpre_nod*) MSC_alloc(NOD_LEN(count));
334 node->nod_count = count;
335 node->nod_type = type;
336
337 return node;
338}
339
340
341//____________________________________________________________

Callers 15

MSC_binaryFunction · 0.85
MSC_ternaryFunction · 0.85
MSC_unaryFunction · 0.85
EXP_rseFunction · 0.85
make_listFunction · 0.85
par_arrayFunction · 0.85
par_fieldFunction · 0.85
par_primitive_valueFunction · 0.85
par_relationalFunction · 0.85
par_udfFunction · 0.85
act_alter_domainFunction · 0.85
act_create_domainFunction · 0.85

Calls 2

MSC_allocFunction · 0.85
NOD_LENFunction · 0.85

Tested by

no test coverage detected