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 194 /// enterStackFrame - Let the StoreManager to do something when execution
196 StoreRef enterStackFrame(Store store,
ProgramState.h 251 /// enterStackFrame - Returns the state for entry to the given stack frame,
253 ProgramStateRef enterStackFrame(const CallEvent &Call,
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 28 StoreRef StoreManager::enterStackFrame(Store OldStore,
ProgramState.cpp 228 ProgramState::enterStackFrame(const CallEvent &Call,
231 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx);
ExprEngineCallAndReturn.cpp 448 State = State->enterStackFrame(Call, CalleeSFC);
    [all...]

Completed in 532 milliseconds