Searched refs:removeDeadBindings (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h112 virtual ProgramStateRef removeDeadBindings(ProgramStateRef state,
H A DEnvironment.h119 Environment removeDeadBindings(Environment Env,
H A DStore.h144 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
H A DProgramState.h512 ProgramStateRef removeDeadBindings(ProgramStateRef St,
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp138 // removeDeadBindings:
146 EnvironmentManager::removeDeadBindings(Environment Env, function in class:EnvironmentManager
H A DProgramState.cpp90 ProgramStateManager::removeDeadBindings(ProgramStateRef state, function in class:ProgramStateManager
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
111 return ConstraintMgr->removeDeadBindings(Result, SymReaper);
H A DRangeConstraintManager.cpp319 ProgramStateRef removeDeadBindings(ProgramStateRef St,
369 RangeConstraintManager::removeDeadBindings(ProgramStateRef state, function in class:RangeConstraintManager
H A DExprEngine.cpp367 CleanedState = StateMgr.removeDeadBindings(CleanedState, SFC, SymReaper);
395 CheckerState = getConstraintManager().removeDeadBindings(CheckerState,
H A DRegionStore.cpp560 /// removeDeadBindings - Scans the RegionStore of 'state' for dead values.
562 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
2302 StoreRef RegionStoreManager::removeDeadBindings(Store store, function in class:RegionStoreManager

Completed in 111 milliseconds