Home
last modified time | relevance | path

Searched refs:BindDefault (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h72 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp51 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) { in BindDefault() function in StoreManager
DProgramState.cpp128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V); in bindDefault()
DRegionStore.cpp412 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) override { in BindDefault() function in __anon38c42dcb0511::RegionStoreManager