/external/clang/test/SemaTemplate/ |
D | instantiate-init.cpp | 19 Ret f1(Ret *retty, T t, U u) { in f1() argument
|
/external/valgrind/VEX/priv/ |
D | host_tilegx_isel.c | 1085 vassert(ty == e->Iex.CCall.retty); in iselWordExpr_R_wrk() 1089 e->Iex.CCall.retty); in iselWordExpr_R_wrk() 1483 IRType retty; in iselStmt() local 1494 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 1496 if (retty == Ity_I8 || retty == Ity_I16 || retty == Ity_I32 in iselStmt() 1497 || (retty == Ity_I64)) { in iselStmt()
|
D | host_s390_isel.c | 1826 expr->Iex.CCall.retty, expr->Iex.CCall.args); in s390_isel_int_expr_wrk() 3768 IRType retty; in s390_isel_stmt() local 3790 retty = Ity_INVALID; in s390_isel_stmt() 3791 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty, in s390_isel_stmt() 3800 retty = typeOfIRTemp(env->type_env, d->tmp); in s390_isel_stmt() 3801 if (retty == Ity_I64 || retty == Ity_I32 in s390_isel_stmt() 3802 || retty == Ity_I16 || retty == Ity_I8) { in s390_isel_stmt() 3807 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty, in s390_isel_stmt()
|
D | host_x86_isel.c | 1463 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk() 1468 if (e->Iex.CCall.retty != Ity_I32) in iselIntExpr_R_wrk() 1475 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args ); in iselIntExpr_R_wrk() 1993 vassert(cal->Iex.CCall.retty == Ity_I32); /* else ill-typed IR */ in iselCondCode_wrk() 2000 cal->Iex.CCall.retty, cal->Iex.CCall.args ); in iselCondCode_wrk() 2849 e->Iex.CCall.retty, e->Iex.CCall.args ); in iselInt64Expr_wrk() 4089 IRType retty = Ity_INVALID; in iselStmt() local 4091 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 4094 switch (retty) { in iselStmt() 4110 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() [all …]
|
D | host_amd64_isel.c | 1819 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk() 1823 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32) in iselIntExpr_R_wrk() 1830 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args ); in iselIntExpr_R_wrk() 1837 if (e->Iex.CCall.retty == Ity_I64) in iselIntExpr_R_wrk() 2375 vassert(cal->Iex.CCall.retty == Ity_I64); /* else ill-typed IR */ in iselCondCode_wrk() 2382 cal->Iex.CCall.retty, cal->Iex.CCall.args ); in iselCondCode_wrk() 4565 IRType retty = Ity_INVALID; in iselStmt() local 4567 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 4571 switch (retty) { in iselStmt() 4587 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() [all …]
|
D | host_mips_isel.c | 1840 vassert(ty == e->Iex.CCall.retty); in iselWordExpr_R_wrk() 1845 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32) in iselWordExpr_R_wrk() 1852 e->Iex.CCall.retty, e->Iex.CCall.args ); in iselWordExpr_R_wrk() 3810 IRType retty = Ity_INVALID; in iselStmt() local 3812 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 3816 switch (retty) { in iselStmt() 3833 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() 3837 switch (retty) { in iselStmt()
|
D | ir_defs.c | 1349 ppIRType(e->Iex.CCall.retty); in ppIRExpr() 1866 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall() argument 1870 e->Iex.CCall.retty = retty; in IRExpr_CCall() 2315 e->Iex.CCall.retty, in deepCopyIRExpr() 3571 return e->Iex.CCall.retty; in typeOfIRExpr() 4146 if (expr->Iex.CCall.retty == Ity_I1) in tcExpr() 4690 IRExpr* mkIRExprCCall ( IRType retty, in mkIRExprCCall() argument 4695 retty, args ); in mkIRExprCCall()
|
D | host_arm64_isel.c | 1993 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk() 1998 if (e->Iex.CCall.retty != Ity_I64) in iselIntExpr_R_wrk() 2005 e->Iex.CCall.cee, e->Iex.CCall.retty, in iselIntExpr_R_wrk() 3704 IRType retty = Ity_INVALID; in iselStmt() local 3706 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 3709 switch (retty) { in iselStmt() 3725 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() 3729 switch (retty) { in iselStmt()
|
D | ir_opt.c | 361 ex->Iex.CCall.retty, in flatten_Expr() 2517 ex->Iex.CCall.retty, in subst_Expr() 3486 IRType retty; member 3558 if (eq) vassert(a1->u.CCall.retty == a2->u.CCall.retty); in eq_AvailExpr() 3634 ae->u.CCall.retty, in availExpr_to_IRExpr() 3828 ae->u.CCall.retty = e->Iex.CCall.retty; in irExpr_to_AvailExpr() 5440 e->Iex.CCall.retty, in atbSubst_Expr()
|
D | host_ppc_isel.c | 2395 vassert(ty == e->Iex.CCall.retty); /* well-formedness of IR */ in iselWordExpr_R_wrk() 2406 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args, in iselWordExpr_R_wrk() 5827 IRType retty = Ity_INVALID; in iselStmt() local 5829 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 5836 switch (retty) { in iselStmt() 5852 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args, in iselStmt() 5857 switch (retty) { in iselStmt()
|
D | host_arm_isel.c | 1839 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk() 1844 if (e->Iex.CCall.retty != Ity_I32) in iselIntExpr_R_wrk() 1851 e->Iex.CCall.cee, e->Iex.CCall.retty, in iselIntExpr_R_wrk() 5969 IRType retty = Ity_INVALID; in iselStmt() local 5971 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 5974 switch (retty) { in iselStmt() 5990 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() 5994 switch (retty) { in iselStmt()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 2096 IRType retty; /* Type of return value. */ member 2169 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ); 2209 IRExpr* mkIRExprCCall ( IRType retty,
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 989 ``[FUNCTION, vararg, ignored, retty, ...paramty... ]`` 999 * *retty*: The type index of the function's return type
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 2193 e->Iex.CCall.retty, in expr2vbits()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4936 e->Iex.CCall.retty, in expr2vbits()
|