Home
last modified time | relevance | path

Searched refs:direct_apply (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dclosure.ml706 let direct_apply fundesc funct ufunct uargs ~loc ~attribute = function
837 direct_apply ~loc ~attribute fundesc funct ufunct uargs in
842 direct_apply ~loc ~attribute fundesc funct ufunct uargs in
894 Ugeneric_apply(direct_apply ~loc ~attribute
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dclosure.ml706 let direct_apply fundesc funct ufunct uargs ~loc ~attribute = function
837 direct_apply ~loc ~attribute fundesc funct ufunct uargs in
842 direct_apply ~loc ~attribute fundesc funct ufunct uargs in
894 Ugeneric_apply(direct_apply ~loc ~attribute
/dports/lang/racket/racket-8.3/src/bc/src/
H A Doptimize.c3708 static Scheme_Object *direct_apply(Scheme_Object *expr, Scheme_Object *rator, Scheme_Object *last_r… in direct_apply() function
3823 le = direct_apply((Scheme_Object *)app, app->args[0], app->args[app->num_args], info); in optimize_application()
3892 le = direct_apply((Scheme_Object *)app, app->args[0], app->args[app->num_args], info); in optimize_application()
4827 le = direct_apply((Scheme_Object *)app, app->rator, app->rand2, info); in optimize_application3()
4904 le = direct_apply((Scheme_Object *)app, app->rator, app->rand2, info); in optimize_application3()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Doptimize.c3708 static Scheme_Object *direct_apply(Scheme_Object *expr, Scheme_Object *rator, Scheme_Object *last_r… in direct_apply() function
3823 le = direct_apply((Scheme_Object *)app, app->args[0], app->args[app->num_args], info); in optimize_application()
3892 le = direct_apply((Scheme_Object *)app, app->args[0], app->args[app->num_args], info); in optimize_application()
4827 le = direct_apply((Scheme_Object *)app, app->rator, app->rand2, info); in optimize_application3()
4904 le = direct_apply((Scheme_Object *)app, app->rator, app->rand2, info); in optimize_application3()