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

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 99 delete_function the_function;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 102 delete_function the_function;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 224 delete_function the_function;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 250 delete_function the_function;
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 374 delete_function the_function;
379 ``Llvm.delete_function`` method. This allows the user to redefine a
    [all...]
OCamlLangImpl4.rst 790 delete_function the_function;
    [all...]
OCamlLangImpl5.rst     [all...]
OCamlLangImpl6.rst     [all...]
OCamlLangImpl7.rst     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 369 delete_function the_function;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 665 external delete_function : llvalue -> unit = "llvm_delete_function"
    [all...]
llvm.mli 1404 val delete_function : llvalue -> unit var
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 615 delete_function fn;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 4343 static int delete_function( function
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 526 scoped_refptr<UIThreadExtensionFunction> delete_function(function);
    [all...]

Completed in 442 milliseconds