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 164 virtual void incrementReferenceCount(Store store) {}
253 mgr.incrementReferenceCount(store);
260 mgr.incrementReferenceCount(store);
271 mgr.incrementReferenceCount(newStore.store);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 55 stateMgr->getStoreManager().incrementReferenceCount(store);
65 stateMgr->getStoreManager().incrementReferenceCount(store);
392 stateMgr->getStoreManager().incrementReferenceCount(newStoreStore);
RegionStore.cpp 317 void incrementReferenceCount(Store store) {
    [all...]

Completed in 165 milliseconds