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

Function var_parse_actions_compile

src/engine/function.cpp:2119–2127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2117}
2118
2119static void var_parse_actions_compile( VAR_PARSE_ACTIONS const * actions,
2120 compiler * c )
2121{
2122 int32_t i;
2123 for ( i = 0; i < actions->elems->size; ++i )
2124 var_parse_group_compile( dynamic_array_at( VAR_PARSE_GROUP *,
2125 actions->elems, actions->elems->size - i - 1 ), c );
2126 compile_emit( c, INSTR_OUTPUT_STRINGS, actions->elems->size );
2127}
2128
2129
2130/*

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