/external/clang/test/SemaTemplate/ |
H A D | instantiate-init.cpp | 19 Ret f1(Ret *retty, T t, U u) { argument
|
/external/valgrind/VEX/priv/ |
H A D | host_tilegx_isel.c | 1086 vassert(ty == e->Iex.CCall.retty); 1090 e->Iex.CCall.retty); 1484 IRType retty; local 1495 retty = typeOfIRTemp(env->type_env, d->tmp); 1497 if (retty == Ity_I8 || retty == Ity_I16 || retty == Ity_I32 1498 || (retty == Ity_I64)) {
|
H A D | host_s390_isel.c | 1826 expr->Iex.CCall.retty, expr->Iex.CCall.args); 3806 IRType retty; local 3828 retty = Ity_INVALID; 3829 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty, 3838 retty = typeOfIRTemp(env->type_env, d->tmp); 3839 if (retty == Ity_I64 || retty == Ity_I32 3840 || retty == Ity_I16 || retty == Ity_I8) { 3845 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty, [all...] |
H A D | host_x86_isel.c | 1463 vassert(ty == e->Iex.CCall.retty); 1468 if (e->Iex.CCall.retty != Ity_I32) 1475 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args ); 1993 vassert(cal->Iex.CCall.retty == Ity_I32); /* else ill-typed IR */ 2000 cal->Iex.CCall.retty, cal->Iex.CCall.args ); 2849 e->Iex.CCall.retty, e->Iex.CCall.args ); 4089 IRType retty = Ity_INVALID; local 4091 retty = typeOfIRTemp(env->type_env, d->tmp); 4094 switch (retty) { 4110 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, [all...] |
H A D | host_mips_isel.c | 1840 vassert(ty == e->Iex.CCall.retty); 1845 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32) 1852 e->Iex.CCall.retty, e->Iex.CCall.args ); 3810 IRType retty = Ity_INVALID; local 3812 retty = typeOfIRTemp(env->type_env, d->tmp); 3816 switch (retty) { 3833 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); 3837 switch (retty) {
|
H A D | ir_defs.c | 1350 ppIRType(e->Iex.CCall.retty); 1870 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { argument 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, argument 4701 retty, arg [all...] |
H A D | host_amd64_isel.c | 1819 vassert(ty == e->Iex.CCall.retty); 1823 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32) 1830 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args ); 1837 if (e->Iex.CCall.retty == Ity_I64) 2375 vassert(cal->Iex.CCall.retty == Ity_I64); /* else ill-typed IR */ 2382 cal->Iex.CCall.retty, cal->Iex.CCall.args ); 4588 IRType retty = Ity_INVALID; local 4590 retty = typeOfIRTemp(env->type_env, d->tmp); 4594 switch (retty) { [all...] |
H A D | host_arm64_isel.c | 1993 vassert(ty == e->Iex.CCall.retty); 1998 if (e->Iex.CCall.retty != Ity_I64) 2005 e->Iex.CCall.cee, e->Iex.CCall.retty, 3704 IRType retty = Ity_INVALID; local 3706 retty = typeOfIRTemp(env->type_env, d->tmp); 3709 switch (retty) { 3725 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); 3729 switch (retty) {
|
H A D | ir_opt.c | 361 ex->Iex.CCall.retty, 2519 ex->Iex.CCall.retty, 3490 IRType retty; member in struct:__anon18468::__anon18470::__anon18481 3562 if (eq) vassert(a1->u.CCall.retty == a2->u.CCall.retty); 3638 ae->u.CCall.retty, 3832 ae->u.CCall.retty = e->Iex.CCall.retty; 5444 e->Iex.CCall.retty,
|
H A D | host_ppc_isel.c | 2395 vassert(ty == e->Iex.CCall.retty); /* well-formedness of IR */ 2406 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args, 5829 IRType retty = Ity_INVALID; local 5831 retty = typeOfIRTemp(env->type_env, d->tmp); 5838 switch (retty) { 5854 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args, 5859 switch (retty) {
|
H A D | host_arm_isel.c | 1839 vassert(ty == e->Iex.CCall.retty); 1844 if (e->Iex.CCall.retty != Ity_I32) 1851 e->Iex.CCall.cee, e->Iex.CCall.retty, 5969 IRType retty = Ity_INVALID; local 5971 retty = typeOfIRTemp(env->type_env, d->tmp); 5974 switch (retty) { 5990 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); 5994 switch (retty) {
|
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 2097 ppIRExpr output: <cee>(<args>):<retty> 2102 IRType retty; /* Type of return value. */ member in struct:_IRExpr::__anon18550::__anon18561 2175 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ); 2215 IRExpr* mkIRExprCCall ( IRType retty,
|
/external/valgrind/VEX/useful/ |
H A D | test_main.c | 2193 e->Iex.CCall.retty,
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 4940 e->Iex.CCall.retty,
|