Searched refs:create_function (Results 1 – 17 of 17) 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 | scalar_opts.ml | 43 ignore (PassManager.create_function m
|
D | vmcore.ml | 1300 ignore (PassManager.create_function m
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3ext.h | 82 …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/ |
D | sqlite3ext.h | 84 int (*create_function)(sqlite3*,const char*,int,int,void*, member 300 #define sqlite3_create_function sqlite3_api->create_function
|
D | sqlite3.c | 91070 int (*create_function)(sqlite3*,const char*,int,int,void*, 91286 #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 300 #define sqlite3_create_function sqlite3_api->create_function
|
D | sqlite3.c | 91057 int (*create_function)(sqlite3*,const char*,int,int,void*, 91273 #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/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | markdown.php | 1631 $this->utf8_strlen = create_function('$text', 'return preg_match_all(
|
/external/libvpx/examples/includes/geshi/ |
D | geshi.php | 4580 …$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";');
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 1180 external create_function : llmodule -> [ `Function ] t
|
D | llvm.mli | 2367 (** [PassManager.create_function m] constructs a new function-by-function 2372 val create_function : llmodule -> [ `Function ] t val
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1223 '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…
|