HomeSort by relevance Sort by last modified time
    Searched refs:enterStackFrame (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 202 /// enterStackFrame - Let the StoreManager to do something when execution
204 StoreRef enterStackFrame(Store store,
ProgramState.h 250 /// enterStackFrame - Returns the state for entry to the given stack frame,
252 ProgramStateRef enterStackFrame(const CallEvent &Call,
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 28 StoreRef StoreManager::enterStackFrame(Store OldStore,
ProgramState.cpp 205 ProgramState::enterStackFrame(const CallEvent &Call,
208 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx);
ExprEngineCallAndReturn.cpp 445 State = State->enterStackFrame(Call, CalleeSFC);
    [all...]

Completed in 44 milliseconds