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

Function compile_emit_instruction

src/engine/function.cpp:1471–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469}
1470
1471static void compile_emit_instruction( compiler * c, instruction instr )
1472{
1473 dynamic_array_push( c->code, instr );
1474}
1475
1476static int32_t compile_new_label( compiler * c )
1477{

Callers 3

compile_emitFunction · 0.85
compile_emit_branchFunction · 0.85
compile_emit_cleanupsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected