HomeSort by relevance Sort by last modified time
    Searched defs:function_type (Results 1 - 23 of 23) sorted by null

  /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/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
nodes.py 20 method_type, function_type namespace
24 _context_function_types = (function_type, method_type)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
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_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_format_aos.c 545 LLVMTypeRef function_type; local
552 function_type = LLVMFunctionType(ret_type, arg_types,
561 LLVMPointerType(function_type, 0),
  /external/mesa3d/src/gallium/auxiliary/gallivm/
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_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_format_aos.c 545 LLVMTypeRef function_type; local
552 function_type = LLVMFunctionType(ret_type, arg_types,
561 LLVMPointerType(function_type, 0),
  /art/compiler/sea_ir/code_gen/
code_gen.cc 79 llvm::FunctionType *function_type = llvm::FunctionType::get( local
83 llvm_data_->function_ = llvm::Function::Create(function_type,
  /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/lldb/source/Symbol/
Function.cpp 487 Type *function_type = GetType(); local
488 if (function_type)
489 return function_type->GetClangFullType();
ClangASTType.cpp 4563 const clang::FunctionType *function_type = dyn_cast<FunctionType>(method_qual_type.getTypePtr()); local
    [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/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 124 def function_type(self, self_arg_override=None): member in class:Signature
    [all...]
ExprNodes.py 4422 def function_type(self): member in class:SimpleCallNode
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 498 public void function_type(String name, int type) { method in class:Database
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 1774 Type *function_type = function->GetType(); local
    [all...]
  /external/lldb/source/Target/
Thread.cpp 1690 Type *function_type = sc.function->GetType(); local
    [all...]
  /external/chromium_org/v8/src/
parser.cc 1017 FunctionLiteral::FunctionType function_type = shared_info->is_expression() local
    [all...]
preparser.h 2533 FunctionLiteral::FunctionType function_type = local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 534 (** [function_type ret_ty param_tys] returns the function type returning
537 val function_type : lltype -> lltype array -> lltype var
540 [function_type ret_ty param_tys] except that it returns the function type
    [all...]

Completed in 622 milliseconds