Lines Matching refs:retty
1350 ppIRType(e->Iex.CCall.retty);
1870 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) {
1874 e->Iex.CCall.retty = retty;
2319 e->Iex.CCall.retty,
3577 return e->Iex.CCall.retty;
4152 if (expr->Iex.CCall.retty == Ity_I1)
4153 sanityCheckFail(bb,stmt,"Iex.CCall.retty: cannot return :: Ity_I1");
4696 IRExpr* mkIRExprCCall ( IRType retty,
4701 retty, args );