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

  /external/chromium_org/tools/gn/
commands.cc 42 INSERT_COMMAND(Refs)
  /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 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...]
  /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)
  /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/include/llvm/ADT/
IntervalMap.h     [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 130 AccessTy |= Refs;
300 AliasSet::AccessType ATy = AliasSet::Refs;
554 case Refs : OS << "Ref "; break;
  /external/llvm/lib/AsmParser/
LLParser.cpp 197 std::vector<std::pair<ValID, GlobalValue*> > &Refs,
200 for (unsigned i = 0, e = Refs.size(); i != e; ++i) {
203 if (Refs[i].first.Kind == ValID::t_LocalName)
204 Res = PFS->GetBB(Refs[i].first.StrVal, Refs[i].first.Loc);
206 Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc);
207 } else if (Refs[i].first.Kind == ValID::t_LocalID) {
208 return Error(Refs[i].first.Loc,
212 TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal))
    [all...]
LLParser.h 431 std::vector<std::pair<ValID, GlobalValue*> > &Refs,
  /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");
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 536 milliseconds