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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 112 virtual ProgramStateRef removeDeadBindings(ProgramStateRef state,
Environment.h 119 Environment removeDeadBindings(Environment Env,
Store.h 159 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
ProgramState.h 508 ProgramStateRef removeDeadBindings(ProgramStateRef St,
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 165 // removeDeadBindings:
173 EnvironmentManager::removeDeadBindings(Environment Env,
ProgramState.cpp 90 ProgramStateManager::removeDeadBindings(ProgramStateRef state,
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
111 return ConstraintMgr->removeDeadBindings(Result, SymReaper);
RangeConstraintManager.cpp 318 ProgramStateRef removeDeadBindings(ProgramStateRef St, SymbolReaper& SymReaper);
367 RangeConstraintManager::removeDeadBindings(ProgramStateRef state,
ExprEngine.cpp 43 "The # of times RemoveDeadBindings is called");
331 CleanedState = StateMgr.removeDeadBindings(CleanedState, SFC, SymReaper);
359 CheckerState = getConstraintManager().removeDeadBindings(CheckerState,
    [all...]
RegionStore.cpp 525 /// removeDeadBindings - Scans the RegionStore of 'state' for dead values.
527 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
    [all...]

Completed in 206 milliseconds