HomeSort by relevance Sort by last modified time
    Searched full:var_arg_function_type (Results 1 - 4 of 4) sorted by null

  /external/llvm/bindings/ocaml/llvm/
llvm.mli 450 (** [var_arg_function_type ret_ty param_tys] is just like
454 val var_arg_function_type : lltype -> lltype array -> lltype var
    [all...]
llvm.ml 291 external var_arg_function_type : lltype -> lltype array -> lltype
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl3.html 303 <tt>Llvm.var_arg_function_type</tt>). Note that Types in LLVM are uniqued just
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 871 let ft = var_arg_function_type i32_type [||] in
    [all...]

Completed in 336 milliseconds