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

Function frame_init

src/engine/frames.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14void frame_init( FRAME * frame )
15{
16 frame->prev = 0;
17 frame->prev_user = 0;
18 lol_init( frame->args );
19 frame->module = root_module();
20 frame->rulename = "module scope";
21 frame->file = 0;
22 frame->line = -1;
23}
24
25
26void frame_free( FRAME * frame )

Callers 12

headersFunction · 0.85
call_timing_ruleFunction · 0.85
call_action_ruleFunction · 0.85
mainFunction · 0.85
cmd_newFunction · 0.85
function_call_ruleFunction · 0.85
type_check_rangeFunction · 0.85
call_bind_ruleFunction · 0.85
call_ruleFunction · 0.85
sequence_transformFunction · 0.85

Calls 2

lol_initFunction · 0.85
root_moduleFunction · 0.85

Tested by

no test coverage detected