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

  /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/javasqlite/src/main/java/SQLite/
Database.java 498 public void function_type(String name, int type) { method in class:Database
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 445 (** [function_type ret_ty param_tys] returns the function type returning
448 val function_type : lltype -> lltype array -> lltype var
451 [function_type ret_ty param_tys] except that it returns the function type
    [all...]
  /external/chromium_org/v8/src/
parser.cc 758 FunctionLiteral::FunctionType function_type = shared_info->is_expression() local
768 function_type,
3421 FunctionLiteral::FunctionType function_type = name.is_null() local
    [all...]

Completed in 879 milliseconds