Home
last modified time | relevance | path

Searched refs:refCount (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/usr.bin/make/
H A Ddir.c218 int refCount; member
279 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()
H A Dsuff.c180 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...]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp30 ++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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h235 uint32_t refCount = 0; variable
331 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)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d489 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()
H A Dthompson.d788 override @property ref size_t refCount() @safe { return _refCount; } in refCount() function
H A Dbacktracking.d73 override @property ref size_t refCount() { return _refCount; } in refCount() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d3208 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 …]
H A Dtypecons.d5436 size_t refCount() const
5738 assert(rcFile.refCountedStore.refCount == 2);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d3201 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 array
3299 auto cnt = refCount;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h88 unsigned refCount; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6720 size_t refCount() const
7112 assert(rcFile.refCountedStore.refCount == 2);