Searched defs:ret_type (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, Elements(arg_types),
H A Dlp_bld_intr.c58 LLVMTypeRef ret_type,
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
82 LLVMTypeRef ret_type,
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
111 LLVMTypeRef ret_type,
114 return lp_build_intrinsic(builder, name, ret_type, &a, 1);
121 LLVMTypeRef ret_type,
130 return lp_build_intrinsic(builder, name, ret_type, args, 2);
226 LLVMTypeRef ret_type,
231 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type);
56 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) argument
80 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
109 lp_build_intrinsic_unary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) argument
119 lp_build_intrinsic_binary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) argument
224 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
254 lp_build_intrinsic_map_unary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) argument
264 lp_build_intrinsic_map_binary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) argument
[all...]
H A Dlp_bld_const.c464 LLVMTypeRef ret_type,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
462 lp_build_const_func_pointer(struct gallivm_state *gallivm, const void *ptr, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args, const char *name) argument
H A Dlp_bld_format_aos.c543 LLVMTypeRef ret_type; local
547 ret_type = LLVMVoidTypeInContext(gallivm->context);
552 function_type = LLVMFunctionType(ret_type, arg_types,
648 LLVMTypeRef ret_type; local
651 ret_type = LLVMVoidTypeInContext(gallivm->context);
659 ret_type,
H A Dlp_bld_arit.c1382 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local
1409 ret_type, arg);
1422 ret_type, a);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, Elements(arg_types),
H A Dlp_bld_intr.c58 LLVMTypeRef ret_type,
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
82 LLVMTypeRef ret_type,
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
111 LLVMTypeRef ret_type,
114 return lp_build_intrinsic(builder, name, ret_type, &a, 1);
121 LLVMTypeRef ret_type,
130 return lp_build_intrinsic(builder, name, ret_type, args, 2);
226 LLVMTypeRef ret_type,
231 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type);
56 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) argument
80 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
109 lp_build_intrinsic_unary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) argument
119 lp_build_intrinsic_binary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) argument
224 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
254 lp_build_intrinsic_map_unary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) argument
264 lp_build_intrinsic_map_binary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) argument
[all...]
H A Dlp_bld_const.c464 LLVMTypeRef ret_type,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
462 lp_build_const_func_pointer(struct gallivm_state *gallivm, const void *ptr, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args, const char *name) argument
H A Dlp_bld_format_aos.c543 LLVMTypeRef ret_type; local
547 ret_type = LLVMVoidTypeInContext(gallivm->context);
552 function_type = LLVMFunctionType(ret_type, arg_types,
648 LLVMTypeRef ret_type; local
651 ret_type = LLVMVoidTypeInContext(gallivm->context);
659 ret_type,
H A Dlp_bld_arit.c1382 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local
1409 ret_type, arg);
1422 ret_type, a);
/external/llvm/include/llvm/Support/
H A DCasting.h147 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
150 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
154 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
158 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
162 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
171 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
177 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
183 typename simplify_type<From>::SimpleType>::ret_type ret_typ typedef in struct:llvm::cast_retty
[all...]
/external/clang/utils/VtableTest/
H A Dgen.cc157 int ret_type = 0; local
159 ret_type = random() % s + 1;
160 if (!base_present[s][ret_type]
161 || !base_present[ret_type][ret_types[s][fn]])
165 ret_type = ret_types[s][fn];
167 ret_type = s;
170 ret_types[s][fn] = ret_type;
172 if (ret_type) {
173 g(" virtual s"); g(ret_type); g("* fun");
177 if (ret_type)
233 int ret_type = 0; local
[all...]
/external/e2fsprogs/lib/blkid/
H A Dtag.c224 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) argument
248 *ret_type = name;
/external/qemu/scripts/
H A Dqapi-commands.py33 def generate_command_decl(name, args, ret_type):
43 %(ret_type)s qmp_%(name)s(%(args)sError **errp);
45 ret_type=c_type(ret_type), name=c_fun(name), args=arglist).strip() variable
47 def gen_sync_call(name, args, ret_type, indent=0):
51 if ret_type:
63 if ret_type:
69 marshal_output_call=gen_marshal_output_call(name, ret_type)).rstrip()
74 def gen_marshal_output_call(name, ret_type):
75 if not ret_type
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c153 LLVMTypeRef ret_type; local
161 ret_type = LLVMFloatTypeInContext(gallivm->context);
162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
166 ret_type = LLVMInt32TypeInContext(gallivm->context);
171 ret_type= LLVMInt64TypeInContext(gallivm->context);
176 ret_type = LLVMInt32TypeInContext(gallivm->context);
177 ret_type = LLVMVectorType(ret_type, 4);
178 ret_type
[all...]
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc722 drsys_param_type_t ret_type; local
739 res = drsys_syscall_return_type(syscall, &ret_type);
741 CHECK(ret_type != DRSYS_TYPE_INVALID);
742 CHECK(!known || ret_type != DRSYS_TYPE_UNKNOWN);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp367 clang::QualType ret_type = BuildType(ast_ctx, m_type_vector[0].c_str()); local
369 if (ret_type.isNull())
376 ret_type,
/external/lldb/source/Target/
H A DStopInfo.cpp74 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); local
75 if (ret_type == eStateRunning)
79 else if (ret_type == eStateStopped)
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c153 LLVMTypeRef ret_type; local
161 ret_type = LLVMFloatTypeInContext(gallivm->context);
162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
166 ret_type = LLVMInt32TypeInContext(gallivm->context);
171 ret_type= LLVMInt64TypeInContext(gallivm->context);
176 ret_type = LLVMInt32TypeInContext(gallivm->context);
177 ret_type = LLVMVectorType(ret_type, 4);
178 ret_type
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c954 LLVMTypeRef ret_type,
974 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
952 build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args, LLVMAttribute attr) argument
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc285 Atom ret_type; local
293 &ret_type, &format, &length, &size, &data) == Success &&
305 &ret_type, &format, &length, &bytes_after, &data) == Success &&
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c954 LLVMTypeRef ret_type,
974 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
952 build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args, LLVMAttribute attr) argument
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp3378 const glsl_type *const ret_type = local
3382 if (state->current_function->return_type != ret_type) {
3388 ret_type->name,
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp3378 const glsl_type *const ret_type = local
3382 if (state->current_function->return_type != ret_type) {
3388 ret_type->name,
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c86 enum pevent_func_arg_type ret_type; member in struct:pevent_function_handler
5348 * @ret_type: the return type of the helper function
5361 enum pevent_func_arg_type ret_type,
5388 func_handle->ret_type = ret_type;
5359 pevent_register_print_function(struct pevent *pevent, pevent_func_handler func, enum pevent_func_arg_type ret_type, char *name, ...) argument

Completed in 940 milliseconds

12