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

Function compile_push_cleanup

src/engine/function.cpp:1534–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1532}
1533
1534static void compile_push_cleanup( compiler * c, uint32_t op_code, int32_t arg )
1535{
1536 instruction instr;
1537 instr.op_code = op_code;
1538 instr.arg = arg;
1539 dynamic_array_push( c->cleanups, instr );
1540}
1541
1542static void compile_pop_cleanup( compiler * c )
1543{

Callers 1

compile_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected