HomeSort by: relevance | last modified time | path
    Searched defs:create_module (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/lutok/dist/
operations.cpp 45 lutok::create_module(state& s, const std::string& name, function in class:lutok
  /src/external/apache2/llvm/dist/clang/utils/
modfuzz.py 134 options = [create_module, add_top_level_decl]
138 def create_module(model, options): function
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 497 (** [create_module context id] creates a module with the supplied module ID in
501 val create_module : llcontext -> string -> llmodule var
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 90 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); member in struct:sqlite3_api_routines
452 #define sqlite3_create_module sqlite3_api->create_module

Completed in 19 milliseconds