Home
last modified time | relevance | path

Searched refs:caml_local_roots (Results 1 – 17 of 17) sorted by relevance

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/caml/
H A Dmemory.h122 (caml_local_roots = &caml__roots_##x), \
132 (caml_local_roots = &caml__roots_##x), \
143 (caml_local_roots = &caml__roots_##x), \
214 caml_local_roots = caml__frame; \
219 caml_local_roots = caml__frame; \
258 caml_local_roots = &caml__roots_block; \
266 caml_local_roots = &caml__roots_block; \
275 caml_local_roots = &caml__roots_block; \
285 caml_local_roots = &caml__roots_block; \
296 caml_local_roots = &caml__roots_block; \
[all …]
H A Dcompatibility.h257 #define local_roots caml_local_roots
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Dmemory.h226 (caml_local_roots = &caml__roots_##x), \
238 (caml_local_roots = &caml__roots_##x), \
251 (caml_local_roots = &caml__roots_##x), \
265 (caml_local_roots = &caml__roots_##x), \
280 (caml_local_roots = &caml__roots_##x), \
382 caml_local_roots = &caml__roots_block; \
390 caml_local_roots = &caml__roots_block; \
399 caml_local_roots = &caml__roots_block; \
409 caml_local_roots = &caml__roots_block; \
420 caml_local_roots = &caml__roots_block; \
[all …]
H A Dcompatibility.h258 #define local_roots caml_local_roots
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dmemory.h226 (caml_local_roots = &caml__roots_##x), \
238 (caml_local_roots = &caml__roots_##x), \
251 (caml_local_roots = &caml__roots_##x), \
265 (caml_local_roots = &caml__roots_##x), \
280 (caml_local_roots = &caml__roots_##x), \
382 caml_local_roots = &caml__roots_block; \
390 caml_local_roots = &caml__roots_block; \
399 caml_local_roots = &caml__roots_block; \
409 caml_local_roots = &caml__roots_block; \
420 caml_local_roots = &caml__roots_block; \
[all …]
H A Dcompatibility.h258 #define local_roots caml_local_roots
/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dfail.c70 while (caml_local_roots != NULL && in caml_raise()
71 (char *) caml_local_roots PUSHED_AFTER caml_exception_pointer) { in caml_raise()
72 caml_local_roots = caml_local_roots->next; in caml_raise()
H A Droots.c34 struct caml__roots_block *caml_local_roots = NULL; variable
326 for (lr = caml_local_roots; lr != NULL; lr = lr->next) { in caml_oldify_local_roots()
425 caml_gc_regs, caml_local_roots); in caml_do_roots()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dfail.c70 while (caml_local_roots != NULL && in caml_raise()
71 (char *) caml_local_roots PUSHED_AFTER caml_exception_pointer) { in caml_raise()
72 caml_local_roots = caml_local_roots->next; in caml_raise()
H A Droots.c34 struct caml__roots_block *caml_local_roots = NULL; variable
326 for (lr = caml_local_roots; lr != NULL; lr = lr->next) { in caml_oldify_local_roots()
425 caml_gc_regs, caml_local_roots); in caml_do_roots()
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Droots.c30 CAMLexport struct caml__roots_block *caml_local_roots = NULL; variable
49 for (lr = caml_local_roots; lr != NULL; lr = lr->next) { in caml_oldify_local_roots()
88 caml_do_local_roots(f, caml_extern_sp, caml_stack_high, caml_local_roots); in caml_do_roots()
H A Dinterp.c243 initial_local_roots = caml_local_roots; in caml_interprete()
250 caml_local_roots = initial_local_roots; in caml_interprete()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Droots.c30 CAMLexport struct caml__roots_block *caml_local_roots = NULL; variable
49 for (lr = caml_local_roots; lr != NULL; lr = lr->next) { in caml_oldify_local_roots()
88 caml_do_local_roots(f, caml_extern_sp, caml_stack_high, caml_local_roots); in caml_do_roots()
H A Dinterp.c243 initial_local_roots = caml_local_roots; in caml_interprete()
250 caml_local_roots = initial_local_roots; in caml_interprete()
/dports/devel/swig/swig-4.0.2/Lib/ocaml/
H A Docamlrundec.swg87 caml_local_roots = caml__frame; \
96 caml_local_roots = caml__frame; \
101 caml_local_roots = caml__frame; \
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_stubs.c177 curr_thread->local_roots = caml_local_roots; in caml_thread_save_runtime_state()
190 curr_thread->local_roots = caml_local_roots; in caml_thread_save_runtime_state()
206 caml_local_roots = curr_thread->local_roots; in caml_thread_restore_runtime_state()
219 caml_local_roots = curr_thread->local_roots; in caml_thread_restore_runtime_state()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_stubs.c177 curr_thread->local_roots = caml_local_roots; in caml_thread_save_runtime_state()
190 curr_thread->local_roots = caml_local_roots; in caml_thread_save_runtime_state()
206 caml_local_roots = curr_thread->local_roots; in caml_thread_restore_runtime_state()
219 caml_local_roots = curr_thread->local_roots; in caml_thread_restore_runtime_state()