Home
last modified time | relevance | path

Searched refs:Refcount (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DStringPool.h48 unsigned Refcount; ///< Number of referencing PooledStringPtrs. member
51 PooledString() : Pool(0), Refcount(0) { } in PooledString()
87 if (S) ++S->getValue().Refcount; in PooledStringPtr()
91 if (S) ++S->getValue().Refcount; in PooledStringPtr()
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) { in clear()
/external/llvm/include/llvm/Support/
DStringPool.h47 unsigned Refcount; ///< Number of referencing PooledStringPtrs. member
50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString()
86 if (S) ++S->getValue().Refcount; in PooledStringPtr()
90 if (S) ++S->getValue().Refcount; in PooledStringPtr()
97 if (S) ++S->getValue().Refcount;
105 if (--S->getValue().Refcount == 0) { in clear()
/external/python/cpython2/Doc/data/
Drefcounts.dat16 # Refcount behavior is given for all PyObject* types: 0 (no change), +1
/external/e2fsprogs/po/
Dde.po4736 "Programmierfehler: mehrere sequenzielle Refcount-Blöcke wurden erzeugt!\n"
/external/python/cpython2/Misc/
DNEWS12019 - Bug #1541682: Fix example in the "Refcount details" API docs.