HomeSort by: relevance | last modified time | path
    Searched refs:create_function (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
multi-create.c 37 create_function (void *arg) function
84 pthread_create (&threads[i], &attr, create_function, &args[i]);
87 create_function (&i);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
multi-create.c 37 create_function (void *arg) function
84 pthread_create (&threads[i], &attr, create_function, &args[i]);
87 create_function (&i);
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.cc 452 void create_function (const char *funcname);
503 state.create_function (get_function_name ());
610 compilation_state::create_function (const char *funcname)
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.cc 452 void create_function (const char *funcname);
503 state.create_function (get_function_name ());
610 compilation_state::create_function (const char *funcname)
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
450 #define sqlite3_create_function sqlite3_api->create_function
sqlite3.c     [all...]
  /src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc 93 void create_function ();
428 create_function ();
479 function_reader::create_function () function in class:function_reader
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc 93 void create_function ();
428 create_function ();
479 function_reader::create_function () function in class:function_reader
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 1416 external create_function : llmodule -> [ `Function ] t
llvm.mli 2696 (** [PassManager.create_function m] constructs a new function-by-function
2701 val create_function : llmodule -> [ `Function ] t

Completed in 140 milliseconds