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

/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml27 let the_fpm = PassManager.create_function Codegen.the_module in
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
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
279 #define sqlite3_create_function sqlite3_api->create_function
H A Dsqlite3.c[all...]
/macosx-10.10/PostgreSQL-97/
H A Duninstall112 rm -rf man/man7/create_function.7.gz
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml1180 external create_function : llmodule -> [ `Function ] t
H A Dllvm.mli2367 (** [PassManager.create_function m] constructs a new function-by-function
2372 val create_function : llmodule -> [ `Function ] t
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim174 syn keyword phpFunctions call_user_func_array call_user_func create_function func_get_arg func_get_args func_num_args function_exists get_defined_functions register_shutdown_function register_tick_function unregister_tick_function contained
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1319 \ 'create_function(': 'string args, string code | string',

Completed in 813 milliseconds