Searched defs:IoError (Results 1 - 3 of 3) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml279 exception IoError of string Exception
282 let _ = register_exns (IoError "")
H A Dllvm.mli366 exception IoError of string Exception
2402 path [p]. If the file could not be read, then [IoError msg] is
2407 If standard input is empty, then [IoError msg] is raised. *)
H A Dllvm_ocaml.c33 CAMLprim value llvm_register_core_exns(value IoError) { argument
34 llvm_ioerror_exn = Field(IoError, 0);
2147 raises IoError msg on error */
2161 raises IoError msg on error */

Completed in 105 milliseconds