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

Function compile_emit

v2/engine/function.c:1390–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388}
1389
1390static void compile_emit( compiler * c, unsigned int op_code, int arg )
1391{
1392 instruction instr;
1393 instr.op_code = op_code;
1394 instr.arg = arg;
1395 compile_emit_instruction( c, instr );
1396}
1397
1398static void compile_emit_branch( compiler * c, unsigned int op_code, int label )
1399{

Callers 10

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_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