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

Function stack_pop

v2/engine/function.c:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256LIST * stack_pop( STACK * s )
257{
258 LIST * const result = *(LIST * *)s->data;
259 stack_deallocate( s, sizeof( LIST * ) );
260 return result;
261}
262
263LIST * stack_top( STACK * s )
264{

Callers 6

function_set_actionsFunction · 0.85
function_call_ruleFunction · 0.85
combine_stringsFunction · 0.85
argument_list_popFunction · 0.85
function_runFunction · 0.85

Calls 1

stack_deallocateFunction · 0.85

Tested by

no test coverage detected