Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp90 ProgramStateManager::removeDeadBindings(ProgramStateRef state, in removeDeadBindings() function in ProgramStateManager
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state); in removeDeadBindings()
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindings()
111 return ConstraintMgr->removeDeadBindings(Result, SymReaper); in removeDeadBindings()
DEnvironment.cpp147 EnvironmentManager::removeDeadBindings(Environment Env, in removeDeadBindings() function in EnvironmentManager
DRangeConstraintManager.cpp336 ProgramStateRef removeDeadBindings(ProgramStateRef St,
400 RangeConstraintManager::removeDeadBindings(ProgramStateRef state, in removeDeadBindings() function in RangeConstraintManager
DRegionStore.cpp558 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
2413 StoreRef RegionStoreManager::removeDeadBindings(Store store, in removeDeadBindings() function in RegionStoreManager
DExprEngine.cpp378 CleanedState = StateMgr.removeDeadBindings(CleanedState, SFC, SymReaper); in removeDead()
406 CheckerState = getConstraintManager().removeDeadBindings(CheckerState, in removeDead()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h119 Environment removeDeadBindings(Environment Env,
DConstraintManager.h141 virtual ProgramStateRef removeDeadBindings(ProgramStateRef state,
DStore.h144 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
DProgramState.h521 ProgramStateRef removeDeadBindings(ProgramStateRef St,