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

Function cmp_cast

src/gpre/cme.cpp:1436–1442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434//
1435
1436static void cmp_cast( gpre_nod* node, gpre_req* request)
1437{
1438
1439 request->add_byte(blr_cast);
1440 CMP_external_field(request, (const gpre_fld*) node->nod_arg[1]);
1441 CME_expr(node->nod_arg[0], request);
1442}
1443
1444
1445//____________________________________________________________

Callers 1

CME_exprFunction · 0.85

Calls 3

CMP_external_fieldFunction · 0.85
CME_exprFunction · 0.85
add_byteMethod · 0.45

Tested by

no test coverage detected