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

Function compile_emit_instruction

v2/engine/function.c:1359–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359static void compile_emit_instruction( compiler * c, instruction instr )
1360{
1361 dynamic_array_push( c->code, instr );
1362}
1363
1364static int compile_new_label( compiler * c )
1365{

Callers 2

compile_emitFunction · 0.85
compile_emit_branchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected