Lines Matching full:newargs
281 IRExpr** newargs;348 newargs = shallowCopyIRExprVec(ex->Iex.CCall.args);349 for (i = 0; newargs[i]; i++)350 newargs[i] = flatten_Expr(bb, newargs[i]);355 newargs)));