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

Function var_parse_string_compile

v2/engine/function.c:1810–1815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1808}
1809
1810static void var_parse_string_compile( VAR_PARSE_STRING const * parse,
1811 compiler * c )
1812{
1813 compile_emit( c, INSTR_PUSH_CONSTANT, compile_emit_constant( c, parse->s )
1814 );
1815}
1816
1817static void var_parse_file_compile( VAR_PARSE_FILE const * parse, compiler * c )
1818{

Callers 1

var_parse_compileFunction · 0.85

Calls 2

compile_emitFunction · 0.85
compile_emit_constantFunction · 0.85

Tested by

no test coverage detected