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

1 2 3

  /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 35 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/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 52 function_type = (ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL |
60 node.modifiers & function_type and
  /external/swiftshader/third_party/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/v8/testing/gmock/scripts/generator/cpp/
gmock_class.py 52 function_type = (ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL |
60 node.modifiers & function_type and
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 473 LLVMTypeRef function_type; local
476 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
481 LLVMPointerType(function_type, 0),
lp_bld_intr.c 107 LLVMTypeRef function_type; local
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
113 function = LLVMAddFunction(module, name, function_type);
lp_bld_format_cached.c 174 LLVMTypeRef function_type; local
183 function_type = LLVMFunctionType(ret_type, arg_types,
192 LLVMPointerType(function_type, 0),
  /system/core/demangle/
Demangler.cpp 492 std::string function_type = cur_state_.args[1]; local
557 std::string function_type; local
566 function_type += cur_state_.suffixes.back();
583 cur_state_.args.push_back(function_type);
  /external/libmojo/third_party/jinja2/
sandbox.py 18 from jinja2._compat import string_types, function_type, method_type, \
134 if isinstance(obj, function_type):
_compat.py 126 function_type = type(_func) variable
  /external/mesa3d/src/amd/common/
ac_llvm_util.c 238 LLVMTypeRef param_types[32], function_type; local
247 function_type =
249 function = LLVMAddFunction(ctx->module, name, function_type);
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /external/v8/src/parsing/
preparser.cc 223 int function_token_pos, FunctionLiteral::FunctionType function_type,
260 ParseFunctionBody(body, function_name, pos, formals, kind, function_type,
  /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,

Completed in 483 milliseconds

1 2 3