Home | History | Annotate | Download | only in priv

Lines Matching full:ccall

1832    /* --------- CCALL --------- */
1835 vassert(ty == e->Iex.CCall.retty);
1840 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32)
1846 doHelperCall(&addToSp, &rloc, env, NULL/*guard*/, e->Iex.CCall.cee,
1847 e->Iex.CCall.retty, e->Iex.CCall.args );