Searched refs:enterStackFrame (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h194 /// enterStackFrame - Let the StoreManager to do something when execution
196 StoreRef enterStackFrame(Store store,
H A DProgramState.h251 /// enterStackFrame - Returns the state for entry to the given stack frame,
253 ProgramStateRef enterStackFrame(const CallEvent &Call,
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp28 StoreRef StoreManager::enterStackFrame(Store OldStore, function in class:StoreManager
H A DProgramState.cpp228 ProgramState::enterStackFrame(const CallEvent &Call, function in class:ProgramState
231 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx);
H A DExprEngineCallAndReturn.cpp448 State = State->enterStackFrame(Call, CalleeSFC);

Completed in 180 milliseconds