Home
last modified time | relevance | path

Searched refs:create_function (Results 1 – 20 of 20) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml27 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/test/Bindings/Ocaml/
Dpassmgr_builder.ml40 let func_passmgr = PassManager.create_function m in
Dscalar_opts.ml44 ignore (PassManager.create_function m
Dvmcore.ml1372 ignore (PassManager.create_function m
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite3ext.h80 …int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqli… member
276 #define sqlite3_create_function sqlite3_api->create_function
/external/sqlite/dist/
Dsqlite3ext.h84 int (*create_function)(sqlite3*,const char*,int,int,void*, member
314 #define sqlite3_create_function sqlite3_api->create_function
Dsqlite3.c97075 int (*create_function)(sqlite3*,const char*,int,int,void*,
97305 #define sqlite3_create_function sqlite3_api->create_function
/external/sqlite/dist/orig/
Dsqlite3ext.h84 int (*create_function)(sqlite3*,const char*,int,int,void*, member
314 #define sqlite3_create_function sqlite3_api->create_function
Dsqlite3.c97055 int (*create_function)(sqlite3*,const char*,int,int,void*,
97285 #define sqlite3_create_function sqlite3_api->create_function
/external/javasqlite/src/main/java/SQLite/
DDatabase.java466 public void create_function(String name, int nargs, Function f) { in create_function() method in Database
/external/llvm/docs/tutorial/
DOCamlLangImpl4.rst141 let the_fpm = PassManager.create_function Codegen.the_module in
874 let the_fpm = PassManager.create_function Codegen.the_module in
DOCamlLangImpl7.rst449 let the_fpm = PassManager.create_function Codegen.the_module in
1673 let the_fpm = PassManager.create_function Codegen.the_module in
DOCamlLangImpl6.rst1393 let the_fpm = PassManager.create_function Codegen.the_module in
DOCamlLangImpl5.rst1320 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml1271 external create_function : llmodule -> [ `Function ] t
Dllvm.mli2435 (** [PassManager.create_function m] constructs a new function-by-function
2440 val create_function : llmodule -> [ `Function ] t val
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c86562 …int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqli…
86758 #define sqlite3_create_function sqlite3_api->create_function