Searched defs:Deref (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc40 // Deref returns the next pointer pointed at by p.
41 static PatchList Deref(Prog::Inst *inst0, PatchList l);
57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { function in class:re2::PatchList
89 PatchList next = PatchList::Deref(inst0, l);
/external/regex-re2/re2/
H A Dcompile.cc40 // Deref returns the next pointer pointed at by p.
41 static PatchList Deref(Prog::Inst *inst0, PatchList l);
57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { function in class:re2::PatchList
89 PatchList next = PatchList::Deref(inst0, l);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp575 bool Deref = MI->getOperand(0).isReg() && MI->getOperand(1).isImm(); local
576 int64_t Offset = Deref ? MI->getOperand(1).getImm() : 0;
606 Deref = true;
615 if (Deref)
620 if (Deref)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h330 } Deref; member in union:__anon27166::__anon27167

Completed in 255 milliseconds