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

Function cmp_assignment_list

src/gpre/cmp.cpp:544–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542//
543
544static void cmp_assignment_list( gpre_nod* list, gpre_req* request)
545{
546 request->add_byte(blr_begin);
547
548 gpre_nod** ptr = list->nod_arg;
549 for (const gpre_nod* const* const end = ptr + list->nod_count;
550 ptr < end; ptr++)
551 {
552 cmp_assignment(*ptr, request);
553 }
554
555 request->add_byte(blr_end);
556}
557
558
559//____________________________________________________________

Callers 2

cmp_loopFunction · 0.85
cmp_storeFunction · 0.85

Calls 2

cmp_assignmentFunction · 0.85
add_byteMethod · 0.45

Tested by

no test coverage detected