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

1 2 34

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 156 // This should come right before RefCount, so that the two fields can be
161 mutable unsigned RefCount;
164 void Retain() const { ++RefCount; }
171 : State(std::move(state)), LCtx(lctx), Origin(E), RefCount(0) {}
174 : State(std::move(state)), LCtx(lctx), Origin(D), RefCount(0) {}
179 Data(Original.Data), Location(Original.Location), RefCount(0) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 156 // This should come right before RefCount, so that the two fields can be
161 mutable unsigned RefCount;
164 void Retain() const { ++RefCount; }
171 : State(std::move(state)), LCtx(lctx), Origin(E), RefCount(0) {}
174 : State(std::move(state)), LCtx(lctx), Origin(D), RefCount(0) {}
179 Data(Original.Data), Location(Original.Location), RefCount(0) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 156 // This should come right before RefCount, so that the two fields can be
161 mutable unsigned RefCount;
164 void Retain() const { ++RefCount; }
171 : State(std::move(state)), LCtx(lctx), Origin(E), RefCount(0) {}
174 : State(std::move(state)), LCtx(lctx), Origin(D), RefCount(0) {}
179 Data(Original.Data), Location(Original.Location), RefCount(0) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 156 // This should come right before RefCount, so that the two fields can be
161 mutable unsigned RefCount;
164 void Retain() const { ++RefCount; }
171 : State(std::move(state)), LCtx(lctx), Origin(E), RefCount(0) {}
174 : State(std::move(state)), LCtx(lctx), Origin(D), RefCount(0) {}
179 Data(Original.Data), Location(Original.Location), RefCount(0) {}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 101 unsigned __LONG32 RefCount() const throw();
247 _COM_ASSERT(m_Data!=NULL && m_Data->RefCount()==1);
248 if(m_Data!=NULL && m_Data->RefCount()==1) {
322 inline unsigned __LONG32 _bstr_t::Data_t::RefCount() const throw() { return m_RefCount; }
ntsecpkg.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 216 unsigned RefCount;
218 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 959 GLint RefCount;
986 GLint RefCount; /**< reference count */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h 596 UINT RefCount;
609 NDIS_RW_LOCK_REFCOUNT RefCount[MAXIMUM_PROCESSORS];
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 494 milliseconds

1 2 34