Home
last modified time | relevance | path

Searched refs:caml_alloc_some (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.h32 value caml_alloc_some(value);
H A Dllvm_ocaml.c30 value caml_alloc_some(value v) { in caml_alloc_some() function
56 return caml_alloc_some((value)Ptr); in ptr_to_option()
72 return caml_alloc_some(String); in cstr_to_string_option()
884 return caml_alloc_some(caml_copy_int64(LLVMConstIntGetSExtValue(Const))); in llvm_int64_of_const()
907 return caml_alloc_some(caml_copy_double(Result)); in llvm_float_of_const()
1342 return caml_alloc_some(caml_copy_string(GC)); in llvm_gc()
1474 return caml_alloc_some(Val_int(x - LLVMIntEQ)); in llvm_instr_icmp_predicate()
1482 return caml_alloc_some(Val_int(x - LLVMRealPredicateFalse)); in llvm_instr_fcmp_predicate()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Danalysis_ocaml.c37 Option = caml_alloc_some(String); in llvm_verify_module()