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

Function var_parse_actions_compile

v2/engine/function.c:1868–1876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1866}
1867
1868static void var_parse_actions_compile( VAR_PARSE_ACTIONS const * actions,
1869 compiler * c )
1870{
1871 int i;
1872 for ( i = 0; i < actions->elems->size; ++i )
1873 var_parse_group_compile( dynamic_array_at( VAR_PARSE_GROUP *,
1874 actions->elems, actions->elems->size - i - 1 ), c );
1875 compile_emit( c, INSTR_OUTPUT_STRINGS, actions->elems->size );
1876}
1877
1878
1879/*

Callers 1

function_compile_actionsFunction · 0.85

Calls 2

var_parse_group_compileFunction · 0.85
compile_emitFunction · 0.85

Tested by

no test coverage detected