Lines Matching full:args2
1873 IRExpr** args2 = shallowCopyIRExprVec(ex->Iex.CCall.args);
1874 for (i = 0; args2[i]; i++) {
1875 vassert(isIRAtom(args2[i]));
1876 args2[i] = subst_Expr(env, args2[i]);
1881 args2
4186 IRExpr** args2;
4192 args2 = shallowCopyIRExprVec(e->Iex.CCall.args);
4193 for (i = 0; args2[i]; i++)
4194 args2[i] = atbSubst_Expr(env,args2[i]);
4198 args2