Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_push
Function
stack_push
src/engine/function.cpp:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void stack_push( STACK * s, LIST * l )
273
{
274
*(LIST * *)stack_allocate( s, sizeof( LIST * ) ) = l;
275
}
276
277
LIST * stack_pop( STACK * s )
278
{
Callers
3
eval_modifiers
Function · 0.85
argument_list_push
Function · 0.85
function_run
Function · 0.85
Calls
1
stack_allocate
Function · 0.85
Tested by
no test coverage detected