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

Function stack_pop

src/engine/function.cpp:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277LIST * stack_pop( STACK * s )
278{
279 LIST * const result = *(LIST * *)s->data;
280 stack_deallocate( s, sizeof( LIST * ) );
281 return result;
282}
283
284LIST * stack_top( STACK * s )
285{

Callers 7

function_set_actionsFunction · 0.85
function_call_ruleFunction · 0.85
eval_modifiersFunction · 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