Home | History | Annotate | Download | only in memcheck

Lines Matching refs:CCall

4062          return mkLazyN( mce, e->Iex.CCall.args, 
4063 e->Iex.CCall.retty,
4064 e->Iex.CCall.cee );
5235 for (i = 0; e->Iex.CCall.args[i]; i++)
5236 if (isBogusAtom(e->Iex.CCall.args[i]))
5952 IRExpr** args = e->Iex.CCall.args;
5959 if (e->Iex.CCall.cee->mcx_mask & (1<<i)) {
5963 e->Iex.CCall.cee->name, i);