HomeSort by relevance Sort by last modified time
    Searched full:ccall (Results 1 - 21 of 21) sorted by null

  /external/javassist/src/main/javassist/expr/
ExprEditor.java 217 ConstructorCall ccall = new ConstructorCall(pos, iterator, clazz, minfo); local
218 expr = ccall;
219 edit(ccall);
  /external/llvm/bindings/python/llvm/
enumerations.py 169 ('CCall', 0),
  /external/valgrind/main/VEX/priv/
ir_opt.c 355 newargs = shallowCopyIRExprVec(ex->Iex.CCall.args);
360 IRExpr_CCall(ex->Iex.CCall.cee,
361 ex->Iex.CCall.retty,
    [all...]
ir_defs.c     [all...]
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
host_mips_isel.c     [all...]
guest_s390_toIR.c 770 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
806 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
830 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
    [all...]
host_s390_isel.c     [all...]
host_arm_isel.c     [all...]
host_ppc_isel.c     [all...]
host_arm64_isel.c     [all...]
guest_arm64_toIR.c     [all...]
guest_arm_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_x86_toIR.c 800 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
824 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
846 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 441 function ccall(ident, returnType, argTypes, args) { function
444 Module["ccall"] = ccall;
488 // Returns a native JS wrapper for a C function. This is similar to ccall, but
508 // Note that ccall uses JS types as for defining types, while setValue and
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 499 function ccall(ident, returnType, argTypes, args) { function
502 Module["ccall"] = ccall;
546 // Returns a native JS wrapper for a C function. This is similar to ccall, but
566 // Note that ccall uses JS types as for defining types, while setValue and
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]

Completed in 1889 milliseconds