Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
LIST * stack_pop( STACK * s )
278
{
279
LIST * const result = *(LIST * *)s->data;
280
stack_deallocate( s, sizeof( LIST * ) );
281
return result;
282
}
283
284
LIST * stack_top( STACK * s )
285
{
Callers
7
function_set_actions
Function · 0.85
function_call_rule
Function · 0.85
function_call_member_rule
Function · 0.85
eval_modifiers
Function · 0.85
combine_strings
Function · 0.85
argument_list_pop
Function · 0.85
function_run
Function · 0.85
Calls
1
stack_deallocate
Function · 0.85
Tested by
no test coverage detected