OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_type
(Results
1 - 18
of
18
) 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
executionengine.ml
26
define_function "main" (
function_type
i32_type [| i32_type;
34
let fn = define_function "plus" (
function_type
i32_type [| i32_type;
ipo_opts.ml
38
let fty =
function_type
i8_type [| |] in
scalar_opts.ml
37
let fty =
function_type
void_type [| |] in
vmcore.ml
333
let ft =
function_type
void_type [| i32_type; i32_type; i32_type |] in
494
let ty =
function_type
i32_type [| i32_type; i32_type |] in
521
let ty =
function_type
i32_type [| i32_type; i32_type |] in
554
let ty =
function_type
i32_type [| i32_type; i64_type |] in
555
let ty2 =
function_type
i8_type [| i8_type; i64_type |] in
656
let vf = define_function "void" (
function_type
void_type [| |]) m in
661
let ty =
function_type
void_type [| i32_type; i32_type |] in
695
let ty =
function_type
void_type [| |] in
740
let f = declare_function "Temp" (
function_type
i32_type [| |]) m in
771
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/ceres-solver/internal/ceres/gmock/
gmock.h
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
290
external
function_type
: lltype -> lltype array -> lltype = "llvm_function_type"
[
all
...]
llvm.mli
445
(** [
function_type
ret_ty param_tys] returns the function type returning
448
val
function_type
: lltype -> lltype array -> lltype
var
451
[
function_type
ret_ty param_tys] except that it returns the function type
[
all
...]
Completed in 354 milliseconds