Home | History | Annotate | Download | only in priv

Lines Matching refs:deepCopyIRConst

1775 IRConst* deepCopyIRConst ( IRConst* c )
1788 default: vpanic("deepCopyIRConst");
1838 return IRExpr_Const(deepCopyIRConst(e->Iex.Const.con));
1925 deepCopyIRConst(s->Ist.Exit.dst));