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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h118 Environment removeDeadBindings(Environment Env,
H A DConstraintManager.h141 virtual ProgramStateRef removeDeadBindings(ProgramStateRef state,
H A DStore.h144 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
H A DProgramState.h520 ProgramStateRef removeDeadBindings(ProgramStateRef St,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp139 // removeDeadBindings:
147 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.cpp336 ProgramStateRef removeDeadBindings(ProgramStateRef St,
400 RangeConstraintManager::removeDeadBindings(ProgramStateRef state, function in class:RangeConstraintManager
H A DRegionStore.cpp554 /// removeDeadBindings - Scans the RegionStore of 'state' for dead values.
556 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
2413 StoreRef RegionStoreManager::removeDeadBindings(Store store, function in class:RegionStoreManager
H A DExprEngine.cpp377 CleanedState = StateMgr.removeDeadBindings(CleanedState, SFC, SymReaper);
405 CheckerState = getConstraintManager().removeDeadBindings(CheckerState,

Completed in 193 milliseconds