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

Function compile_push_continue_scope

src/engine/function.c:1450–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448}
1449
1450static void compile_push_continue_scope( compiler * c, int label )
1451{
1452 struct loop_info info;
1453 info.type = LOOP_INFO_CONTINUE;
1454 info.label = label;
1455 info.cleanup_depth = c->cleanups->size;
1456 dynamic_array_push( c->loop_scopes, info );
1457}
1458
1459static void compile_pop_break_scope( compiler * c )
1460{

Callers 1

compile_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected