HomeSort by relevance Sort by last modified time
    Searched defs:RefCount (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/VMCore/
Attributes.cpp 123 sys::cas_flag RefCount;
134 RefCount = 0;
139 ++RefCount;
145 sys::cas_flag new_val = --RefCount;
  /external/clang/include/clang/Rewrite/
RewriteRope.h 32 unsigned RefCount;
36 if (this) ++RefCount;
40 if (this && --RefCount == 0)
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 164 unsigned char RefCount; // Number of things using this.
167 BitCodeAbbrev() : RefCount(1) {}
169 void addRef() { ++RefCount; }
170 void dropRef() { if (--RefCount == 0) delete this; }
  /external/llvm/lib/CodeGen/
InterferenceCache.h 46 /// RefCount - The total number of Cursor instances referring to this Entry.
47 unsigned RefCount;
74 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0) {}
85 void addRef(int Delta) { RefCount += Delta; }
87 bool hasRefs() const { return RefCount > 0; }
145 // Update reference counts. Nothing happens when RefCount reaches 0, so
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 449 int RefCount() const { return ref_count_; }
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 125 unsigned RefCount;
127 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
643 CPE->RefCount++;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 615 GLuint refcount; member in struct:gl_shine_tab
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 368 milliseconds