Searched defs:cee (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 1777 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { in IRExpr_CCall() 3630 static Bool saneIRCallee ( 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_arm64_isel.c | 511 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_mips_isel.c | 397 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_amd64_isel.c | 433 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | ir_opt.c | 3403 IRCallee* cee; member
|
D | host_ppc_isel.c | 688 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_arm_isel.c | 392 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
/external/skia/src/gpu/ |
D | GrOvalRenderer.cpp | 143 const CircleEdgeEffect& cee = CastEffect<CircleEdgeEffect>(other); in onIsEqual() local
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrOvalRenderer.cpp | 149 const CircleEdgeEffect& cee = other.cast<CircleEdgeEffect>(); in onIsEqual() local
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1288 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 1762 IRAtom** exprvec, IRType finalVtype, IRCallee* cee ) in mkLazyN() 6384 IRCallee* cee; in MC_() local
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1947 IRCallee* cee; /* Function to call. */ member 2214 IRCallee* cee; /* where to call */ member
|