Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h196 StoreRef enterStackFrame(Store store,
DProgramState.h276 ProgramStateRef enterStackFrame(const CallEvent &Call,
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp228 ProgramState::enterStackFrame(const CallEvent &Call, in enterStackFrame() function in ProgramState
231 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx); in enterStackFrame()
DStore.cpp28 StoreRef StoreManager::enterStackFrame(Store OldStore, in enterStackFrame() function in StoreManager
DExprEngineCallAndReturn.cpp436 State = State->enterStackFrame(Call, CalleeSFC); in REGISTER_TRAIT_WITH_PROGRAMSTATE()