Searched refs:refCount (Results 1 – 12 of 12) sorted by relevance
218 int refCount; member279 dir->refCount = 0; in CachedDir_New()293 dir->refCount++; in CachedDir_Ref()297 dir, dir->refCount, dir->name); in CachedDir_Ref()306 dir->refCount--; in CachedDir_Unref()310 dir, dir->refCount, dir->name); in CachedDir_Unref()313 if (dir->refCount > 0) in CachedDir_Unref()359 dir->refCount, dir->name); in OpenDirs_Done()1642 dir->refCount, dir->hits, dir->name); in Dir_PrintDirectories()
180 int refCount; member 248 suff->refCount++; in Suffix_Ref() 257 (*var)->refCount--; in Suffix_Reassign() 259 suff->refCount++; in Suffix_Reassign() 267 (*var)->refCount--; in Suffix_Unassign() 363 suff->refCount--; in SuffixList_Unref() 379 if (suff->refCount != 0) in Suffix_Free() 381 suff->name, suff->refCount); in Suffix_Free() 397 if (suff->refCount == 0) { in SuffixList_Remove() 398 /* XXX: can lead to suff->refCount in SuffixList_Remove() [all...]
30 ++const_cast<ProgramState*>(state)->refCount; in ProgramStateRetain()35 assert(state->refCount > 0); in ProgramStateRelease()37 if (--s->refCount == 0) { in ProgramStateRelease()52 refCount(0) { in ProgramState()62 refCount(0) { in ProgramState()
235 uint32_t refCount = 0; variable331 void retain() { ++refCount; } in retain()334 assert(refCount > 0); in release()335 if (--refCount == 0) in release()491 if (N->isMutable() && N->refCount == 0)635 if (TNew->refCount == 0)
489 assert(engine.refCount == 1);502 assert(copy.refCount == 1);508 return ++m.refCount;513 assert(m.refCount != 0);514 auto cnt = --m.refCount;609 @property ref size_t refCount() @safe; in Matcher()
788 override @property ref size_t refCount() @safe { return _refCount; } in refCount() function
73 override @property ref size_t refCount() { return _refCount; } in refCount() function
3208 assert(cow.refCount == 1); in reuse()3235 refCount = refCount + 1; in this()3243 immutable cnt = refCount; in ~this()3247 refCount = cnt - 1; in ~this()3275 refCount = 1; in length()3278 immutable cur_cnt = refCount; in length()3281 refCount = cur_cnt - 1; in length()3287 refCount = 1; in length()3293 refCount = 1; // setup a ref-count in the new end of the array in length()3306 auto cnt = refCount; in opIndexAssign()[all …]
5436 size_t refCount() const5738 assert(rcFile.refCountedStore.refCount == 2);
3201 assert(cow.refCount == 1);3228 refCount = refCount + 1;3236 immutable cnt = refCount;3240 refCount = cnt - 1;3268 refCount = 1;3271 immutable cur_cnt = refCount;3274 refCount = cur_cnt - 1;3280 refCount = 1;3286 refCount = 1; // setup a ref-count in the new end of the array3299 auto cnt = refCount;[all …]
88 unsigned refCount; variable
6720 size_t refCount() const7112 assert(rcFile.refCountedStore.refCount == 2);