Searched refs:create_function (Results 1 - 17 of 17) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml27 let the_fpm = PassManager.create_function Codegen.the_module in
/external/llvm/test/Bindings/Ocaml/
H A Dpassmgr_builder.ml40 let func_passmgr = PassManager.create_function m in
H A Dscalar_opts.ml44 ignore (PassManager.create_function m
H A Dvmcore.ml1372 ignore (PassManager.create_function m
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h80 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*)); member in struct:sqlite3_api_routines
276 #define sqlite3_create_function sqlite3_api->create_function
/external/sqlite/dist/orig/
H A Dsqlite3ext.h84 int (*create_function)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
314 #define sqlite3_create_function sqlite3_api->create_function
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h84 int (*create_function)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
314 #define sqlite3_create_function sqlite3_api->create_function
H A Dsqlite3.c[all...]
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java466 public void create_function(String name, int nargs, Function f) { method in class:Database
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1271 external create_function : llmodule -> [ `Function ] t
H A Dllvm.mli2435 (** [PassManager.create_function m] constructs a new function-by-function
2440 val create_function : llmodule -> [ `Function ] t var
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 541 milliseconds