Searched refs:ret_type (Results 1 - 25 of 43) sorted by relevance

12

/external/compiler-rt/lib/interception/
H A Dinterception.h122 # define DECLARE_WRAPPER(ret_type, func, ...)
134 # define DECLARE_WRAPPER(ret_type, func, ...) \
135 extern "C" ret_type func(__VA_ARGS__);
136 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \
137 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
145 # define DECLARE_WRAPPER(ret_type, func, ...) \
146 extern "C" ret_type func(__VA_ARGS__) \
152 # define DECLARE_WRAPPER(ret_type, func, ...) \
153 extern "C" ret_type func(__VA_ARGS__) \
162 # define DECLARE_REAL(ret_type, fun
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.h53 LLVMTypeRef ret_type,
60 LLVMTypeRef ret_type,
68 LLVMTypeRef ret_type,
75 LLVMTypeRef ret_type,
92 LLVMTypeRef ret_type,
100 LLVMTypeRef ret_type,
107 LLVMTypeRef ret_type,
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.h160 LLVMTypeRef ret_type,
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_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
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.h53 LLVMTypeRef ret_type,
60 LLVMTypeRef ret_type,
68 LLVMTypeRef ret_type,
75 LLVMTypeRef ret_type,
92 LLVMTypeRef ret_type,
100 LLVMTypeRef ret_type,
107 LLVMTypeRef ret_type,
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.h160 LLVMTypeRef ret_type,
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_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
/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/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/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/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/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/cython/src/Cython/Compiler/
H A DBuiltin.py32 def __init__(self, py_name, args, ret_type, cname, py_equiv="*",
36 self.args, self.ret_type = args, ret_type
44 sig = Signature(self.args, self.ret_type)
H A DTypeSlots.py135 ret_type = self_arg_override.type
137 ret_type = self.return_type()
140 ret_type, args, exception_value=exc_value,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h163 LLVMTypeRef ret_type,
/external/e2fsprogs/lib/blkid/
H A Dblkid.h98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
H A Dblkid.h.in98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h163 LLVMTypeRef ret_type,
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc350 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \
352 ret_type res = REAL(func)(__VA_ARGS__); \
358 #define INTERCEPTOR_STRTO(ret_type, func) \
359 INTERCEPTOR(ret_type, func, const char *nptr, char **endptr) { \
360 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr); \
363 #define INTERCEPTOR_STRTO_BASE(ret_type, func) \
364 INTERCEPTOR(ret_type, func, const char *nptr, char **endptr, int base) { \
365 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, base); \
368 #define INTERCEPTOR_STRTO_LOC(ret_type, func) \
369 INTERCEPTOR(ret_type, fun
[all...]

Completed in 1581 milliseconds

12