Searched defs:cee (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 1572 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall() 3156 static Bool saneIRCallee ( IRCallee* cee ) in saneIRCallee()
|
D | host_x86_isel.c | 369 IRCallee* cee, Int n_arg_ws ) in callHelperAndClearArgs() 407 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_mips_isel.c | 365 IRCallee * cee, IRExpr ** args) in doHelperCall()
|
D | ir_opt.c | 3079 IRCallee* cee; member
|
D | host_amd64_isel.c | 410 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_ppc_isel.c | 675 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
D | host_arm_isel.c | 381 IRExpr* guard, IRCallee* cee, IRExpr** args ) in doHelperCall()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 1659 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN() 5700 IRCallee* cee; in MC_() local
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1265 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1726 IRCallee* cee; /* Function to call. */ member 1955 IRCallee* cee; /* where to call */ member
|