MCPcopy Create free account
hub / github.com/boostorg/build / bind_variables_for_rule

Function bind_variables_for_rule

v2/engine/modules.c:343–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342
343static void bind_variables_for_rule( void * xrule, void * xdata )
344{
345 RULE * rule = (RULE *)xrule;
346 struct bind_vars_t * data = (struct bind_vars_t *)xdata;
347 if ( rule->procedure && rule->module == data->module )
348 rule->procedure = function_bind_variables( rule->procedure,
349 data->module, &data->counter );
350}
351
352
353void module_bind_variables( struct module_t * m )

Callers

nothing calls this directly

Calls 1

function_bind_variablesFunction · 0.85

Tested by

no test coverage detected