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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 201 /// enterStackFrame - Let the StoreManager to do something when execution
203 virtual StoreRef enterStackFrame(ProgramStateRef state,
ProgramState.h 225 /// enterStackFrame - Returns the state for entry to the given stack frame,
227 ProgramStateRef enterStackFrame(const LocationContext *callerCtx,
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 26 StoreRef StoreManager::enterStackFrame(ProgramStateRef state,
ExprEngineCallAndReturn.cpp 43 ProgramStateRef state = Pred->getState()->enterStackFrame(callerCtx,
ProgramState.cpp 206 ProgramState::enterStackFrame(const LocationContext *callerCtx,
209 getStateManager().StoreMgr->enterStackFrame(this, callerCtx, calleeCtx);
RegionStore.cpp 394 StoreRef enterStackFrame(ProgramStateRef state,
    [all...]

Completed in 66 milliseconds