Home
last modified time | relevance | path

Searched defs:create_module (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/lutok/dist/
H A Doperations.cpp45 lutok::create_module(state& s, const std::string& name, in create_module() function in lutok
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dmodfuzz.py138 def create_module(model, options): function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli501 val create_module : llcontext -> string -> llmodule val
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h90 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); member