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

Function var_parse_string_compile

src/engine/function.cpp:2023–2028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2021}
2022
2023static void var_parse_string_compile( VAR_PARSE_STRING const * parse,
2024 compiler * c )
2025{
2026 compile_emit( c, INSTR_PUSH_CONSTANT, compile_emit_constant( c, parse->s )
2027 );
2028}
2029
2030static void parse_var_string( char const * first, char const * last,
2031 struct dynamic_array * out );

Callers 1

var_parse_compileFunction · 0.85

Calls 2

compile_emitFunction · 0.85
compile_emit_constantFunction · 0.85

Tested by

no test coverage detected