HomeSort by relevance Sort by last modified time
    Searched defs:create_module (Results 1 - 5 of 5) sorted by null

  /external/clang/utils/
modfuzz.py 133 options = [create_module, add_top_level_decl]
137 def create_module(model, options): function
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 448 (** [create_module context id] creates a module with the supplied module ID in
452 val create_module : llcontext -> string -> llmodule var
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 90 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); member in struct:sqlite3_api_routines
360 #define sqlite3_create_module sqlite3_api->create_module
  /external/sqlite/dist/
sqlite3ext.h 90 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); member in struct:sqlite3_api_routines
360 #define sqlite3_create_module sqlite3_api->create_module
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 326 (** [create_module context id] creates a module with the supplied module ID in
330 val create_module : llcontext -> string -> llmodule var
    [all...]

Completed in 698 milliseconds