Searched refs:refCount (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_regex.c45 unsigned long *refCount; member in struct:__anon4637
83 unsigned long *refCount;
126 if ((preg->refCount = typeMalloc(unsigned long, 1)) != 0)
127 *(preg->refCount) = 1;
153 if ((pArg->refCount = typeMalloc(unsigned long, 1)) != 0)
154 *(pArg->refCount) = 1;
235 *(ap->refCount) += 1;
260 if (--(*(ap->refCount)) == 0)
265 free(ap->refCount);
271 free(ap->refCount);
[all...]
/freebsd-11-stable/contrib/bmake/
H A Ddir.h83 int refCount; /* Number of paths with this directory */ member in struct:Path
H A Ddir.c359 dotLast->refCount = 1;
379 p->refCount += 1;
384 cur->refCount -= 1;
426 dot->refCount += 1;
447 cur->refCount -= 1;
450 dot->refCount -= 1;
451 dotLast->refCount -= 1;
1633 dotLast->refCount += 1;
1643 p->refCount += 1;
1655 p->refCount
[all...]
H A Dsuff.c166 int refCount; /* Reference count of list membership */ member in struct:_Suff
410 ((Suff *)sp)->refCount--;
439 if (s->refCount)
441 s->refCount);
470 if (s->refCount == 0) {
519 s->refCount++;
526 s->refCount++;
571 suffNull->refCount = 1;
994 s->refCount = 1;
1213 s->refCount
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp30 ++const_cast<ProgramState*>(state)->refCount;
35 assert(state->refCount > 0);
37 if (--s->refCount == 0) {
52 refCount(0) {
62 refCount(0) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h234 uint32_t refCount = 0; member in class:llvm::ImutAVLTree
330 void retain() { ++refCount; }
333 assert(refCount > 0);
334 if (--refCount == 0)
484 if (N->isMutable() && N->refCount == 0)
628 if (TNew->refCount == 0)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h88 unsigned refCount; member in class:clang::ento::ProgramState

Completed in 210 milliseconds