Home
last modified time | relevance | path

Searched defs:create_function (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc610 compilation_state::create_function (const char *funcname) in create_function() function in compilation_state
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc610 compilation_state::create_function (const char *funcname) in create_function() function in compilation_state
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c479 function_reader::create_function () in create_function() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc479 function_reader::create_function () in create_function() function in function_reader
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2701 val create_function : llmodule -> [ `Function ] t val
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member