Searched refs:caml_alloc_some (Results 1 – 3 of 3) sorted by relevance
32 value caml_alloc_some(value);
30 value caml_alloc_some(value v) { in caml_alloc_some() function56 return caml_alloc_some((value)Ptr); in ptr_to_option()72 return caml_alloc_some(String); in cstr_to_string_option()883 return caml_alloc_some(caml_copy_int64(LLVMConstIntGetSExtValue(Const))); in llvm_int64_of_const()906 return caml_alloc_some(caml_copy_double(Result)); in llvm_float_of_const()1311 return caml_alloc_some(caml_copy_string(GC)); in llvm_gc()1443 return caml_alloc_some(Val_int(x - LLVMIntEQ)); in llvm_instr_icmp_predicate()1451 return caml_alloc_some(Val_int(x - LLVMRealPredicateFalse)); in llvm_instr_fcmp_predicate()
37 Option = caml_alloc_some(String); in llvm_verify_module()