HomeSort by relevance Sort by last modified time
    Searched full:function_type (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/base/
bind.h.pump 31 // Each unique combination of (arity, function_type, num_prebound) where
32 // function_type is one of {function, method, const_method} would require
bind.h 27 // Each unique combination of (arity, function_type, num_prebound) where
28 // function_type is one of {function, method, const_method} would require
bind_internal.h.pump 67 // unique (function_type, bound_arg, unbound_args) tuple in order to match all
70 // By normalizing the function signature, we reduce function_type to exactly 2.
  /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/scripts/generator/cpp/
gmock_class.py 52 function_type = ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL
59 node.modifiers & function_type and
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-actions.h.pump 350 // return type by 'function_type' and 'return_type'.
622 typedef F function_type;\
709 typedef F function_type;\
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 175 let ft = function_type double_type doubles in
  /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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 644 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type))
647 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type) == 0)
650 (TREE_CODE (type) == FUNCTION_TYPE)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 644 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type))
647 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type) == 0)
650 (TREE_CODE (type) == FUNCTION_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 644 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type))
647 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type) == 0)
650 (TREE_CODE (type) == FUNCTION_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 644 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type))
647 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type) == 0)
650 (TREE_CODE (type) == FUNCTION_TYPE)
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 226 let ft = function_type double_type doubles in
237 The call to ``Llvm.function_type`` creates the ``Llvm.llvalue`` that
240 LLVM double types. It then uses the ``Llvm.function_type`` method to
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 193 let ft = function_type double_type doubles in
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 27 #define FUNCTION_TYPE_CHECK(t) TREE_CHECK (t, FUNCTION_TYPE)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 27 #define FUNCTION_TYPE_CHECK(t) TREE_CHECK (t, FUNCTION_TYPE)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 27 #define FUNCTION_TYPE_CHECK(t) TREE_CHECK (t, FUNCTION_TYPE)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 27 #define FUNCTION_TYPE_CHECK(t) TREE_CHECK (t, FUNCTION_TYPE)

Completed in 834 milliseconds

1 2 3