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

Function push_state

v2/engine/make1.c:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166static state * push_state( stack * const pStack, TARGET * const t,
167 TARGET * const parent, int const curstate )
168{
169 state * const pState = alloc_state();
170 pState->t = t;
171 pState->parent = parent;
172 pState->prev = pStack->stack;
173 pState->curstate = curstate;
174 return pStack->stack = pState;
175}
176
177
178/*

Callers 7

make1Function · 0.85
make1aFunction · 0.85
make1bFunction · 0.85
make1cFunction · 0.85
push_cmdsFunction · 0.85
make1cmdsFunction · 0.85
cmd_sem_unlockFunction · 0.85

Calls 1

alloc_stateFunction · 0.85

Tested by

no test coverage detected