Home
last modified time | relevance | path

Searched refs:ixR (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h441 Int ixR; member
458 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR );
Dstorage.c868 Int ML_(CfiExpr_Binop)( XArray* dst, CfiBinop op, Int ixL, Int ixR ) in ML_()
875 e.Cex.Binop.ixR = ixR; in ML_()
979 ML_(ppCfiExpr)(src, e->Cex.Binop.ixR); in ML_()
Dreaddwarf.c2493 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR ); in copy_convert_CfiExpr_tree()
Ddebuginfo.c2456 wR = evalCfiExpr( exprs, e->Cex.Binop.ixR, eec, ok ); in evalCfiExpr()