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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 167 virtual void incrementReferenceCount(Store store) {}
260 mgr.incrementReferenceCount(store);
267 mgr.incrementReferenceCount(store);
278 mgr.incrementReferenceCount(newStore.store);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 52 stateMgr->getStoreManager().incrementReferenceCount(store);
62 stateMgr->getStoreManager().incrementReferenceCount(store);
385 stateMgr->getStoreManager().incrementReferenceCount(newStoreStore);
RegionStore.cpp 436 void incrementReferenceCount(Store store) {
    [all...]

Completed in 205 milliseconds