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

Function compile_emit

src/engine/function.cpp:1502–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500}
1501
1502static void compile_emit( compiler * c, uint32_t op_code, int32_t arg )
1503{
1504 instruction instr;
1505 instr.op_code = op_code;
1506 instr.arg = arg;
1507 compile_emit_instruction( c, instr );
1508}
1509
1510static void compile_emit_branch( compiler * c, uint32_t op_code, int32_t label )
1511{

Callers 11

var_parse_var_compileFunction · 0.85
var_parse_string_compileFunction · 0.85
var_parse_file_compileFunction · 0.85
var_parse_group_compileFunction · 0.85
adjust_resultFunction · 0.85
compile_append_chainFunction · 0.85
compile_emit_debugFunction · 0.85
compile_parseFunction · 0.85
function_compileFunction · 0.85
function_compile_actionsFunction · 0.85

Calls 1

compile_emit_instructionFunction · 0.85

Tested by

no test coverage detected