Home
last modified time | relevance | path

Searched refs:decrementReferenceCount (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h157 virtual void decrementReferenceCount(Store store) {} in decrementReferenceCount() function
265 mgr.decrementReferenceCount(store); in ~StoreRef()
272 mgr.decrementReferenceCount(store);
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp67 stateMgr->getStoreManager().decrementReferenceCount(store); in ~ProgramState()
414 stateMgr->getStoreManager().decrementReferenceCount(store); in setStore()
DRegionStore.cpp475 void decrementReferenceCount(Store store) override { in decrementReferenceCount() function in __anon38c42dcb0511::RegionStoreManager