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

Function MSC_ternary

src/gpre/msc.cpp:480–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478//
479
480gpre_nod* MSC_ternary(nod_t type, gpre_nod* arg1, gpre_nod* arg2, gpre_nod* arg3)
481{
482 gpre_nod* node = MSC_node(type, 3);
483 node->nod_arg[0] = arg1;
484 node->nod_arg[1] = arg2;
485 node->nod_arg[2] = arg3;
486
487 return node;
488}
489
490
491//____________________________________________________________

Callers 4

act_insertFunction · 0.85
act_upsertFunction · 0.85
par_end_storeFunction · 0.85
par_returning_valuesFunction · 0.85

Calls 1

MSC_nodeFunction · 0.85

Tested by

no test coverage detected