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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h162 virtual ProgramStateRef removeDeadBindings(ProgramStateRef state,
H A DEnvironment.h116 Environment removeDeadBindings(Environment Env,
H A DStore.h194 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
H A DSMTConstraintManager.h199 ProgramStateRef removeDeadBindings(ProgramStateRef State,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp162 // removeDeadBindings:
170 EnvironmentManager::removeDeadBindings(Environment Env, function in class:EnvironmentManager
H A DProgramState.cpp106 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
109 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
H A DRangeConstraintManager.cpp262 ProgramStateRef removeDeadBindings(ProgramStateRef State,
415 RangeConstraintManager::removeDeadBindings(ProgramStateRef State, function in class:RangeConstraintManager
H A DRegionStore.cpp619 /// removeDeadBindings - Scans the RegionStore of 'state' for dead values.
621 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
2642 StoreRef RegionStoreManager::removeDeadBindings(Store store, function in class:RegionStoreManager
H A DExprEngine.cpp752 getConstraintManager().removeDeadBindings(CheckerState, SymReaper);

Completed in 109 milliseconds