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

Function compile_emit_cleanups

src/engine/function.cpp:1547–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545}
1546
1547static void compile_emit_cleanups( compiler * c, int32_t end )
1548{
1549 int32_t i;
1550 for ( i = c->cleanups->size; --i >= end; )
1551 {
1552 compile_emit_instruction( c, dynamic_array_at( instruction, c->cleanups, i ) );
1553 }
1554}
1555
1556static void compile_emit_loop_jump( compiler * c, int32_t type )
1557{

Callers 2

compile_emit_loop_jumpFunction · 0.85
compile_parseFunction · 0.85

Calls 1

compile_emit_instructionFunction · 0.85

Tested by

no test coverage detected