Home | History | Annotate | Download | only in memcheck

Lines Matching refs:CCall

3749          return mkLazyN( mce, e->Iex.CCall.args, 
3750 e->Iex.CCall.retty,
3751 e->Iex.CCall.cee );
4812 for (i = 0; e->Iex.CCall.args[i]; i++)
4813 if (isBogusAtom(e->Iex.CCall.args[i]))
5496 IRExpr** args = e->Iex.CCall.args;
5503 if (e->Iex.CCall.cee->mcx_mask & (1<<i)) {
5507 e->Iex.CCall.cee->name, i);