Home
last modified time | relevance | path

Searched refs:incrementReferenceCount (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h158 virtual void incrementReferenceCount(Store store) {} in incrementReferenceCount() function
231 mgr.incrementReferenceCount(store); in StoreRef()
238 mgr.incrementReferenceCount(store); in StoreRef()
249 mgr.incrementReferenceCount(newStore.store);
DExplodedGraph.h121 const_cast<GRState*>(State)->incrementReferenceCount(); in ExplodedNode()
DGRState.h364 void incrementReferenceCount() { ++refCount; } in incrementReferenceCount() function
/external/clang/lib/StaticAnalyzer/Core/
DGRState.cpp35 stateMgr->getStoreManager().incrementReferenceCount(store); in GRState()
45 stateMgr->getStoreManager().incrementReferenceCount(store); in GRState()
372 stateMgr->getStoreManager().incrementReferenceCount(newStoreStore); in setStore()
DRegionStore.cpp300 void incrementReferenceCount(Store store) { in incrementReferenceCount() function in __anond103a6c50311::RegionStoreManager