Home
last modified time | relevance | path

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

/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dspacetime.c405 c_node* caml_spacetime_c_node_of_stored_pointer(value node_stored) in caml_spacetime_c_node_of_stored_pointer() argument
407 Assert(node_stored == Val_unit || Is_c_node(node_stored)); in caml_spacetime_c_node_of_stored_pointer()
408 return (node_stored == Val_unit) ? NULL : (c_node*) Hp_val(node_stored); in caml_spacetime_c_node_of_stored_pointer()
412 value node_stored) in caml_spacetime_c_node_of_stored_pointer_not_null() argument
414 Assert(Is_c_node(node_stored)); in caml_spacetime_c_node_of_stored_pointer_not_null()
415 return (c_node*) Hp_val(node_stored); in caml_spacetime_c_node_of_stored_pointer_not_null()
H A Dspacetime_offline.c49 (value node_stored) in caml_spacetime_offline_c_node_of_stored_pointer_not_null() argument
51 Assert(Is_c_node(node_stored)); in caml_spacetime_offline_c_node_of_stored_pointer_not_null()
52 return (c_node*) Hp_val(node_stored); in caml_spacetime_offline_c_node_of_stored_pointer_not_null()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dspacetime.c405 c_node* caml_spacetime_c_node_of_stored_pointer(value node_stored) in caml_spacetime_c_node_of_stored_pointer() argument
407 Assert(node_stored == Val_unit || Is_c_node(node_stored)); in caml_spacetime_c_node_of_stored_pointer()
408 return (node_stored == Val_unit) ? NULL : (c_node*) Hp_val(node_stored); in caml_spacetime_c_node_of_stored_pointer()
412 value node_stored) in caml_spacetime_c_node_of_stored_pointer_not_null() argument
414 Assert(Is_c_node(node_stored)); in caml_spacetime_c_node_of_stored_pointer_not_null()
415 return (c_node*) Hp_val(node_stored); in caml_spacetime_c_node_of_stored_pointer_not_null()
H A Dspacetime_offline.c49 (value node_stored) in caml_spacetime_offline_c_node_of_stored_pointer_not_null() argument
51 Assert(Is_c_node(node_stored)); in caml_spacetime_offline_c_node_of_stored_pointer_not_null()
52 return (c_node*) Hp_val(node_stored); in caml_spacetime_offline_c_node_of_stored_pointer_not_null()