Home | History | Annotate | Download | only in priv

Lines Matching refs:args2

2306          IRExpr** args2 = shallowCopyIRExprVec(ex->Iex.CCall.args);
2307 for (i = 0; args2[i]; i++) {
2308 vassert(isIRAtom(args2[i]));
2309 args2[i] = subst_Expr(env, args2[i]);
2314 args2
4802 IRExpr** args2;
4808 args2 = shallowCopyIRExprVec(e->Iex.CCall.args);
4809 for (i = 0; args2[i]; i++)
4810 args2[i] = atbSubst_Expr(env,args2[i]);
4814 args2