Searched refs:create_function (Results 1 – 20 of 20) sorted by relevance
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| D | toy.ml | 27 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/test/Bindings/Ocaml/ |
| D | passmgr_builder.ml | 40 let func_passmgr = PassManager.create_function m in
|
| D | scalar_opts.ml | 44 ignore (PassManager.create_function m
|
| D | vmcore.ml | 1372 ignore (PassManager.create_function m
|
| /external/chromium_org/third_party/sqlite/src/src/ |
| D | sqlite3ext.h | 80 …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/ |
| D | sqlite3ext.h | 84 int (*create_function)(sqlite3*,const char*,int,int,void*, member 314 #define sqlite3_create_function sqlite3_api->create_function
|
| D | sqlite3.c | 97075 int (*create_function)(sqlite3*,const char*,int,int,void*, 97305 #define sqlite3_create_function sqlite3_api->create_function
|
| /external/sqlite/dist/orig/ |
| D | sqlite3ext.h | 84 int (*create_function)(sqlite3*,const char*,int,int,void*, member 314 #define sqlite3_create_function sqlite3_api->create_function
|
| D | sqlite3.c | 97055 int (*create_function)(sqlite3*,const char*,int,int,void*, 97285 #define sqlite3_create_function sqlite3_api->create_function
|
| /external/javasqlite/src/main/java/SQLite/ |
| D | Database.java | 466 public void create_function(String name, int nargs, Function f) { in create_function() method in Database
|
| /external/llvm/docs/tutorial/ |
| D | OCamlLangImpl4.rst | 141 let the_fpm = PassManager.create_function Codegen.the_module in 874 let the_fpm = PassManager.create_function Codegen.the_module in
|
| D | OCamlLangImpl7.rst | 449 let the_fpm = PassManager.create_function Codegen.the_module in 1673 let the_fpm = PassManager.create_function Codegen.the_module in
|
| D | OCamlLangImpl6.rst | 1393 let the_fpm = PassManager.create_function Codegen.the_module in
|
| D | OCamlLangImpl5.rst | 1320 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 1271 external create_function : llmodule -> [ `Function ] t
|
| D | llvm.mli | 2435 (** [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/ |
| D | sqlite3.c | 86562 …int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqli… 86758 #define sqlite3_create_function sqlite3_api->create_function
|