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

  /external/chromium_org/tools/gn/
commands.cc 41 INSERT_COMMAND(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 219 ExprSet &Refs;
221 ReferenceClear(ExprSet &refs) : Refs(refs) { }
222 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
227 ExprSet &Refs;
230 ReferenceCollector(ValueDecl *D, ExprSet &refs)
231 : Dcl(D), Refs(refs) { }
235 Refs.insert(E)
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 53 unsigned Refs;
97 DomainValue() : Refs(0) { clear(); }
169 if (DV) ++DV->Refs;
206 assert(dv->Refs == 0 && "Reference count wasn't cleared");
215 assert(DV->Refs && "Bad DomainValue");
216 if (--DV->Refs)
305 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 131 AccessTy |= Refs;
301 AliasSet::AccessType ATy = AliasSet::Refs;
557 case Refs : OS << "Ref "; break;
  /external/llvm/lib/AsmParser/
LLParser.cpp 185 std::vector<std::pair<ValID, GlobalValue*> > &Refs,
188 for (unsigned i = 0, e = Refs.size(); i != e; ++i) {
191 if (Refs[i].first.Kind == ValID::t_LocalName)
192 Res = PFS->GetBB(Refs[i].first.StrVal, Refs[i].first.Loc);
194 Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc);
195 } else if (Refs[i].first.Kind == ValID::t_LocalID) {
196 return Error(Refs[i].first.Loc,
200 TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal))
    [all...]
LLParser.h 405 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 808 milliseconds