Searched defs:cee (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 1896 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall() 3883 static Bool saneIRCallee ( const IRCallee* cee ) in saneIRCallee()
|
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_arm_isel.c | 376 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCallWithArgsOnStack() 512 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_arm64_isel.c | 478 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_mips_isel.c | 392 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 | 3488 IRCallee* cee; member
|
D | host_ppc_isel.c | 725 IRCallee* cee, IRType retTy, IRExpr** args, in doHelperCall()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 1866 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN() 6869 IRCallee* cee; in MC_() local
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 2150 IRCallee* cee; /* Function to call. */ member 2424 IRCallee* cee; /* where to call */ member
|