/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_s390_isel.c | 1826 expr->Iex.CCall.retty, expr->Iex.CCall.args); in s390_isel_int_expr_wrk() 3806 IRType retty; in s390_isel_stmt() local 3828 retty = Ity_INVALID; in s390_isel_stmt() 3829 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty, in s390_isel_stmt() 3838 retty = typeOfIRTemp(env->type_env, d->tmp); in s390_isel_stmt() 3839 if (retty == Ity_I64 || retty == Ity_I32 in s390_isel_stmt() 3840 || retty == Ity_I16 || retty == Ity_I8) { in s390_isel_stmt() 3845 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() 2851 e->Iex.CCall.retty, e->Iex.CCall.args ); in iselInt64Expr_wrk() 4091 IRType retty = Ity_INVALID; in iselStmt() local 4093 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 4096 switch (retty) { in iselStmt() 4112 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() 4588 IRType retty = Ity_INVALID; in iselStmt() local 4590 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 4594 switch (retty) { in iselStmt() 4610 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() [all …]
|
D | ir_defs.c | 1376 ppIRType(e->Iex.CCall.retty); in ppIRExpr() 1896 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall() argument 1900 e->Iex.CCall.retty = retty; in IRExpr_CCall() 2384 e->Iex.CCall.retty, in deepCopyIRExpr() 3675 return e->Iex.CCall.retty; in typeOfIRExpr() 4318 if (expr->Iex.CCall.retty == Ity_I1) in tcExpr() 4795 IRExpr* mkIRExprCCall ( IRType retty, in mkIRExprCCall() argument 4800 retty, args ); in mkIRExprCCall()
|
D | host_mips_isel.c | 1834 vassert(ty == e->Iex.CCall.retty); in iselWordExpr_R_wrk() 1839 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32) in iselWordExpr_R_wrk() 1846 e->Iex.CCall.retty, e->Iex.CCall.args ); in iselWordExpr_R_wrk() 3816 IRType retty = Ity_INVALID; in iselStmt() local 3818 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 3822 switch (retty) { in iselStmt() 3839 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() 3843 switch (retty) { in iselStmt()
|
D | host_arm64_isel.c | 2021 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk() 2026 if (e->Iex.CCall.retty != Ity_I64) in iselIntExpr_R_wrk() 2033 e->Iex.CCall.cee, e->Iex.CCall.retty, in iselIntExpr_R_wrk() 3732 IRType retty = Ity_INVALID; in iselStmt() local 3734 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 3737 switch (retty) { in iselStmt() 3753 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt() 3757 switch (retty) { in iselStmt()
|
D | ir_opt.c | 361 ex->Iex.CCall.retty, in flatten_Expr() 2520 ex->Iex.CCall.retty, in subst_Expr() 3491 IRType retty; member 3563 if (eq) vassert(a1->u.CCall.retty == a2->u.CCall.retty); in eq_AvailExpr() 3639 ae->u.CCall.retty, in availExpr_to_IRExpr() 3833 ae->u.CCall.retty = e->Iex.CCall.retty; in irExpr_to_AvailExpr() 5445 e->Iex.CCall.retty, in atbSubst_Expr()
|
D | host_ppc_isel.c | 2484 vassert(ty == e->Iex.CCall.retty); /* well-formedness of IR */ in iselWordExpr_R_wrk() 2495 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args, in iselWordExpr_R_wrk() 3341 vassert(ty == e->Iex.CCall.retty); /* well-formedness of IR */ in iselInt64Expr_wrk() 3351 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args, in iselInt64Expr_wrk() 6527 IRType retty = Ity_INVALID; in iselStmt() local 6529 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 6536 switch (retty) { in iselStmt() 6552 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args, in iselStmt() 6557 switch (retty) { in iselStmt()
|
D | host_arm_isel.c | 1982 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk() 1987 if (e->Iex.CCall.retty != Ity_I32) in iselIntExpr_R_wrk() 1994 e->Iex.CCall.cee, e->Iex.CCall.retty, in iselIntExpr_R_wrk() 6149 IRType retty = Ity_INVALID; in iselStmt() local 6151 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt() 6154 switch (retty) { in iselStmt() 6171 d->guard, d->cee, retty, d->args ); in iselStmt() 6176 switch (retty) { in iselStmt()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 2151 IRType retty; /* Type of return value. */ member 2224 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ); 2269 IRExpr* mkIRExprCCall ( IRType retty,
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 1013 ``[FUNCTION, vararg, ignored, retty, ...paramty... ]`` 1023 * *retty*: The type index of the function's return type
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 5019 e->Iex.CCall.retty, in expr2vbits()
|