Searched defs:cee (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 1870 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall() 3785 static Bool saneIRCallee ( const IRCallee* cee ) in saneIRCallee()
|
D | host_tilegx_isel.c | 214 static void doHelperCall ( ISelEnv * env, IRExpr * guard, IRCallee * cee, in doHelperCall()
|
D | host_x86_isel.c | 382 IRCallee* cee, Int n_arg_ws, in callHelperAndClearArgs() 432 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_mips_isel.c | 398 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_arm64_isel.c | 480 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_amd64_isel.c | 432 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | ir_opt.c | 3487 IRCallee* cee; member
|
D | host_ppc_isel.c | 721 IRCallee* cee, IRType retTy, IRExpr** args, in doHelperCall()
|
D | host_arm_isel.c | 384 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1309 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 1831 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN() 6673 IRCallee* cee; in MC_() local
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 2101 IRCallee* cee; /* Function to call. */ member 2370 IRCallee* cee; /* where to call */ member
|