Searched refs:killBinding (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h122 virtual StoreRef killBinding(Store ST, Loc L) = 0;
H A DProgramState.h262 LLVM_NODISCARD ProgramStateRef killBinding(Loc LV) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp222 ProgramStateRef ProgramState::killBinding(Loc LV) const { function in class:ProgramState
227 getStateManager().StoreMgr->killBinding(OldStore, LV);
H A DRegionStore.cpp522 StoreRef killBinding(Store ST, Loc L) override;
2112 StoreRef RegionStoreManager::killBinding(Store ST, Loc L) { function in class:RegionStoreManager
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp990 return state->killBinding(*L);

Completed in 88 milliseconds