HomeSort by relevance Sort by last modified time
    Searched refs:incrementReferenceCount (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 152 virtual void incrementReferenceCount(Store store) {}
259 mgr.incrementReferenceCount(store);
266 mgr.incrementReferenceCount(store);
277 mgr.incrementReferenceCount(newStore.store);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 52 stateMgr->getStoreManager().incrementReferenceCount(store);
62 stateMgr->getStoreManager().incrementReferenceCount(store);
433 stateMgr->getStoreManager().incrementReferenceCount(newStoreStore);
RegionStore.cpp 470 void incrementReferenceCount(Store store) {
    [all...]

Completed in 970 milliseconds