HomeSort by relevance Sort by last modified time
    Searched defs:param_types (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/wasm/
test-run-wasm-64.cc 819 LocalType param_types[20]; local
820 for (int i = 0; i < 20; i++) param_types[i] = kAstI64;
821 param_types[3] = kAstI32;
822 param_types[4] = kAstI32;
823 FunctionSig sig(1, 19, param_types);
    [all...]
test-run-wasm.cc 2018 LocalType param_types[20]; local
2042 LocalType param_types[20]; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 570 (** [param_types fty] gets the parameter types of the function type [fty].
572 val param_types : lltype -> lltype array var
    [all...]

Completed in 295 milliseconds