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

/freebsd-11-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-11-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.cpp521 StoreRef killBinding(Store ST, Loc L) override;
2155 StoreRef RegionStoreManager::killBinding(Store ST, Loc L) { function in class:RegionStoreManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1004 return state->killBinding(*L);

Completed in 105 milliseconds