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

Function cmp_assignment

src/gpre/cmp.cpp:530–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528//
529
530static void cmp_assignment( gpre_nod* node, gpre_req* request)
531{
532 CMP_check(request, 0);
533 request->add_byte(blr_assignment);
534 CME_expr(node->nod_arg[0], request);
535 CME_expr(node->nod_arg[1], request);
536}
537
538
539//____________________________________________________________

Callers 2

cmp_assignment_listFunction · 0.85
cmp_modifyFunction · 0.85

Calls 3

CMP_checkFunction · 0.85
CME_exprFunction · 0.85
add_byteMethod · 0.45

Tested by

no test coverage detected