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

  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 27 SmallVectorImpl<DeclRefExpr *> &Refs;
30 LocalRefsCollector(SmallVectorImpl<DeclRefExpr *> &refs)
31 : Refs(refs) { }
36 Refs.push_back(E);
TransAutoreleasePool.cpp 94 clearRefsIn(info.Dcl, info.Refs);
99 clearRefsIn(*scope.Begin, info.Refs);
100 clearRefsIn(*scope.End, info.Refs);
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
106 if (info.Refs.empty())
176 collectRefs(VD, S, info.Refs);
421 ExprSet Refs;
Transforms.cpp 225 ExprSet &Refs;
227 ReferenceClear(ExprSet &refs) : Refs(refs) { }
228 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
233 ExprSet &Refs;
236 ReferenceCollector(ValueDecl *D, ExprSet &refs)
237 : Dcl(D), Refs(refs) { }
241 Refs.insert(E)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 63 DWORD Refs;
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 121 /// both. The lattice goes from "NoModRef" to either Refs or Mods, then to
125 NoModRef = 0, Refs = 1, // Ref = bit 1
155 bool isRef() const { return AccessTy & Refs; }
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 55 unsigned Refs;
99 DomainValue() : Refs(0) { clear(); }
177 if (DV) ++DV->Refs;
216 assert(dv->Refs == 0 && "Reference count wasn't cleared");
225 assert(DV->Refs && "Bad DomainValue");
226 if (--DV->Refs)
315 if (LiveRegs && dv->Refs > 1)

Completed in 1219 milliseconds