Home
last modified time | relevance | path

Searched refs:create_function (Results 1 – 17 of 17) 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/
Dscalar_opts.ml43 ignore (PassManager.create_function m
Dvmcore.ml1300 ignore (PassManager.create_function m
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h82 …int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqli… member
257 #define sqlite3_create_function sqlite3_api->create_function
/external/sqlite/dist/
Dsqlite3ext.h84 int (*create_function)(sqlite3*,const char*,int,int,void*, member
300 #define sqlite3_create_function sqlite3_api->create_function
Dsqlite3.c91070 int (*create_function)(sqlite3*,const char*,int,int,void*,
91286 #define sqlite3_create_function sqlite3_api->create_function
/external/sqlite/dist/orig/
Dsqlite3ext.h84 int (*create_function)(sqlite3*,const char*,int,int,void*, member
300 #define sqlite3_create_function sqlite3_api->create_function
Dsqlite3.c91057 int (*create_function)(sqlite3*,const char*,int,int,void*,
91273 #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/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
Dmarkdown.php1631 $this->utf8_strlen = create_function('$text', 'return preg_match_all(
/external/libvpx/examples/includes/geshi/
Dgeshi.php4580 …$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";');
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml1180 external create_function : llmodule -> [ `Function ] t
Dllvm.mli2367 (** [PassManager.create_function m] constructs a new function-by-function
2372 val create_function : llmodule -> [ `Function ] t val
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1223 'crypt','create_function','crc32','count_chars','count','cosh',
1579 …e regex, each time a match is found. Note that my testing found that create_function would not wor…