Searched refs:ocaml_Val (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | genwrap.py | 363 def ocaml_Val(ty, o, c, indent="", parent = None): function 390 s += "\t %s\n" % ocaml_Val(ty.elem_type, "array_elem", c + "[i]", "", parent=parent) 422 s += ocaml_Val(f.type, 'tmp', fexpr, indent="\t\t ", parent=nparent) 449 s += "\t%s\n" % ocaml_Val(f.type, fn, ty.pass_arg(fexpr, c), parent=nparent) 466 s += ocaml_Val(ty, "%s_ocaml" % ty.rawname, "%s_c" % ty.rawname, indent="\t") + "\n"
|
Completed in 5 milliseconds