Searched refs:Deref (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtVisitor.h154 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
H A DRecursiveASTVisitor.h41 OPERATOR(AddrOf) OPERATOR(Deref) \
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h314 } Deref; member in union:__anon12178::__anon12179
H A Dstorage.c565 e.Cex.Deref.ixAddr = ixAddr;
647 ML_(ppCfiExpr)(src, e->Cex.Deref.ixAddr);
H A Ddebuginfo.c2055 a = evalCfiExpr( exprs, e->Cex.Deref.ixAddr, eec, ok );
H A Dreaddwarf.c2409 cpA = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Deref.ixAddr );
/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);

Completed in 461 milliseconds