OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_type
(Results
1 - 16
of
16
) sorted by null
/external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py
52
function_type
= ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL
59
node.modifiers &
function_type
and
/external/llvm/test/Bindings/Ocaml/
analysis.ml
21
let fty =
function_type
(void_type context) [| |] in
scalar_opts.ml
37
let fty =
function_type
void_type [| |] in
executionengine.ml
26
define_function "main" (
function_type
i32_type [| i32_type;
34
let fn = define_function "plus" (
function_type
i32_type [| i32_type;
vmcore.ml
333
let ft =
function_type
void_type [| i32_type; i32_type; i32_type |] in
484
let ty =
function_type
i32_type [| i32_type; i32_type |] in
511
let ty =
function_type
i32_type [| i32_type; i32_type |] in
544
let ty =
function_type
i32_type [| i32_type; i64_type |] in
545
let ty2 =
function_type
i8_type [| i8_type; i64_type |] in
646
let vf = define_function "void" (
function_type
void_type [| |]) m in
651
let ty =
function_type
void_type [| i32_type; i32_type |] in
685
let ty =
function_type
void_type [| |] in
730
let f = declare_function "Temp" (
function_type
i32_type [| |]) m in
761
let fty =
function_type
void_type [| i32_type; i32_type |] i
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml
53
let ft =
function_type
double_type doubles in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml
53
let ft =
function_type
double_type doubles in
/external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h
[
all
...]
/libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java
584
db.
function_type
("myaggfunc", Constants.SQLITE3_TEXT);
622
db.
function_type
("sin", Constants.SQLITE_FLOAT);
632
db.
function_type
("sin", Constants.SQLITE_BLOB);
[
all
...]
/external/javasqlite/src/main/java/SQLite/
Database.java
498
public void
function_type
(String name, int type) {
method in class:Database
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml
175
let ft =
function_type
double_type doubles in
/external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc
658
StaticAssertTypeEq<int(bool),
function_type
>();
659
function_type
* fp = &Dummy;
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml
193
let ft =
function_type
double_type doubles in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml
291
let ft =
function_type
double_type doubles in
/external/llvm/bindings/ocaml/llvm/
llvm.mli
337
(** [
function_type
ret_ty param_tys] returns the function type returning
340
val
function_type
: lltype -> lltype array -> lltype
var
343
[
function_type
ret_ty param_tys] except that it returns the function type
[
all
...]
llvm.ml
189
external
function_type
: lltype -> lltype array -> lltype = "llvm_function_type"
[
all
...]
Completed in 1292 milliseconds