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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 63 DWORD Refs;
  /external/clang/lib/ARCMigrate/
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;
TransProtectedScope.cpp 27 SmallVectorImpl<DeclRefExpr *> &Refs;
30 LocalRefsCollector(SmallVectorImpl<DeclRefExpr *> &refs)
31 : Refs(refs) { }
36 Refs.push_back(E);
Transforms.cpp 221 ExprSet &Refs;
223 ReferenceClear(ExprSet &refs) : Refs(refs) { }
224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
229 ExprSet &Refs;
232 ReferenceCollector(ValueDecl *D, ExprSet &refs)
233 : Dcl(D), Refs(refs) { }
237 Refs.insert(E)
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 57 unsigned Refs;
104 DomainValue() : Refs(0) { clear(); }
182 if (DV) ++DV->Refs;
223 assert(dv->Refs == 0 && "Reference count wasn't cleared");
232 assert(DV->Refs && "Bad DomainValue");
233 if (--DV->Refs)
322 if (LiveRegs && dv->Refs > 1)
  /external/llvm/include/llvm/ADT/
IntervalMap.h     [all...]
  /external/iputils/doc/
docbook2man-spec.pl 59 use SGMLS::Refs;
78 $Refs = new SGMLS::Refs("manpage.refs");
298 $Refs->put("refentry:$id", "$manpage_title($sectnum)");
300 $Refs->put("refentry:$id",
1068 my $manref = $Refs->get("refentry:$id");

Completed in 236 milliseconds