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

1 2 3

  /art/runtime/arch/x86_64/
asm_support_x86_64.S 65 #define FUNCTION_TYPE(name,index)
68 #define FUNCTION_TYPE(name,index) .type $index, @function
71 #define FUNCTION_TYPE(name,index) .type name&, @function
123 FUNCTION_TYPE(\c_name, 0)
134 FUNCTION_TYPE(\c_name, 0)
161 FUNCTION_TYPE(\name, 0)
174 FUNCTION_TYPE(\name, 0)
  /art/runtime/arch/x86/
asm_support_x86.S 65 #define FUNCTION_TYPE(name,index)
68 #define FUNCTION_TYPE(name,index) .type $index, @function
71 #define FUNCTION_TYPE(name,index) .type name&, @function
128 FUNCTION_TYPE(\c_name, 0)
139 FUNCTION_TYPE(\c_name, 0)
166 FUNCTION_TYPE(\name, 0)
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 24 let fty = function_type (void_type context) [| |] in
executionengine.ml 29 define_function "main" (function_type i32_type [| i32_type;
37 let fn = define_function "plus" (function_type i32_type [| i32_type;
linker.ml 31 let fty = function_type void_type [| |] in
vectorize_opts.ml 40 let fty = function_type void_type [| |] in
ipo_opts.ml 41 let fty = function_type i8_type [| |] in
scalar_opts.ml 40 let fty = function_type void_type [| |] in
vmcore.ml 349 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in
531 let ty = function_type i32_type [| i32_type; i32_type |] in
558 let ty = function_type i32_type [| i32_type; i32_type |] in
592 let ty = function_type i32_type [| i32_type; i64_type |] in
593 let ty2 = function_type i8_type [| i8_type; i64_type |] in
694 let vf = define_function "void" (function_type void_type [| |]) m in
699 let ty = function_type void_type [| i32_type; i32_type |] in
733 let ty = function_type void_type [| |] in
778 let f = declare_function "Temp" (function_type i32_type [| |]) m in
809 let fty = function_type void_type [| i32_type; i32_type |] i
    [all...]
  /external/chromium_org/third_party/mesa/src/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/lldb/source/API/
SBFunction.cpp 208 Type *function_type = m_opaque_ptr->GetType(); local
209 if (function_type)
210 sb_type.ref().SetType (function_type->shared_from_this());
  /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/lldb/examples/functions/
main.cpp 266 SBType function_type = function.GetType(); local
267 SBType return_type = function_type.GetFunctionReturnType();
280 SBTypeList function_args = function_type.GetFunctionArgumentTypes();
  /external/chromium_org/third_party/jinja2/
_compat.py 126 function_type = type(_func) variable
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
  /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_org/base/
bind.h.pump 62 // Each unique combination of (arity, function_type, num_prebound) where
63 // function_type is one of {function, method, const_method} would require
  /external/lldb/source/Symbol/
Function.cpp 487 Type *function_type = GetType(); local
488 if (function_type)
489 return function_type->GetClangFullType();
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 1774 Type *function_type = function->GetType(); local
    [all...]

Completed in 1680 milliseconds

1 2 3