Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:Cex

2473          cpA = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Deref.ixAddr );
2478 return ML_(CfiExpr_Const)( dstxa, src->Cex.Const.con );
2480 cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL );
2481 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR );
2485 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR );
2493 dwreg = src->Cex.DwReg.reg;