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

1 2

  /external/v8/src/compiler/
typer.h 35 FunctionType* function_type = nullptr);
51 FunctionType* function_type() const { return function_type_; } function in class:v8::internal::compiler::Typer
  /external/google-breakpad/src/testing/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/
executionengine.ml 31 let fn = define_function "getglobal" (function_type i32_type [||]) m in
38 let fn = define_function "plus" (function_type i32_type [| i32_type;
64 (* let g = declare_function "g" (function_type i32_type [||]) m2 in
vectorize.ml 40 let fty = function_type void_type [| |] in
analysis.ml 24 let fty = function_type (void_type context) [| |] in
ipo.ml 41 let fty = function_type i8_type [| |] in
linker.ml 31 let fty = function_type void_type [| |] in
scalar_opts.ml 40 let fty = function_type void_type [| |] in
core.ml 387 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in
576 let ty = function_type i32_type [| i32_type; i32_type |] in
603 let ty = function_type i32_type [| i32_type; i32_type |] in
637 let ty = function_type i32_type [| i32_type; i64_type |] in
638 let ty2 = function_type i8_type [| i8_type; i64_type |] in
739 let vf = define_function "void" (function_type void_type [| |]) m in
744 let ty = function_type void_type [| i32_type; i32_type |] in
778 let ty = function_type void_type [| |] in
823 let f = declare_function "Temp" (function_type i32_type [| |]) m in
854 let fty = function_type void_type [| i32_type; i32_type |] i
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 62 LLVMTypeRef function_type; local
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
68 function = LLVMAddFunction(module, name, function_type);
lp_bld_const.c 469 LLVMTypeRef function_type; local
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
477 LLVMPointerType(function_type, 0),
lp_bld_format_aos.c 545 LLVMTypeRef function_type; local
552 function_type = LLVMFunctionType(ret_type, arg_types,
561 LLVMPointerType(function_type, 0),
  /external/v8/src/
interface-descriptors.h 110 void InitializePlatformIndependent(FunctionType* function_type) {
111 function_type_ = function_type;
133 FunctionType* function_type() const { return function_type_; } function in class:v8::internal::CallInterfaceDescriptorData
179 return data()->function_type()->Arity() - data()->register_param_count();
196 FunctionType* GetFunctionType() const { return data()->function_type(); }
222 FunctionType* function_type = BuildCallInterfaceDescriptorFunctionType( local
224 d->InitializePlatformIndependent(function_type);
  /external/opencv3/3rdparty/jinja2/
sandbox.py 18 from jinja2._compat import string_types, function_type, method_type, \
134 if isinstance(obj, function_type):
19 traceback_type, code_type, frame_type, generator_type, PY2 namespace
_compat.py 126 function_type = type(_func) variable
  /external/v8/src/parsing/
preparser.h 549 FunctionLiteral::FunctionType function_type,
874 FunctionLiteral::FunctionType function_type, bool* ok);
    [all...]
parser.h 581 FunctionLiteral::FunctionType function_type, bool* ok);
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 300 UnitTestFunctionType function_type; member in struct:UnitTest
425 void ** const state, const UnitTestFunctionType function_type,
  /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
  /toolchain/binutils/binutils-2.25/binutils/
debug.h 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member in struct:debug_write_fns
  /external/v8/test/unittests/wasm/
asm-types-unittest.cc 81 static void AddAllArguments(AsmFunctionType* function_type, Arg* arg,
83 CHECK(function_type != nullptr);
84 function_type->AddArgument((*arg)());
85 AddAllArguments(function_type, others...);
  /external/gmock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h     [all...]

Completed in 562 milliseconds

1 2