Home
last modified time | relevance | path

Searched refs:ret_type (Results 1 – 25 of 40) sorted by relevance

12

/external/compiler-rt/lib/interception/
Dinterception.h122 # define DECLARE_WRAPPER(ret_type, func, ...) argument
134 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
135 extern "C" ret_type func(__VA_ARGS__);
136 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
137 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
145 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
146 extern "C" ret_type func(__VA_ARGS__) \
152 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
153 extern "C" ret_type func(__VA_ARGS__) \
162 # define DECLARE_REAL(ret_type, func, ...) \ argument
[all …]
/external/qemu/scripts/
Dqapi-commands.py33 def generate_command_decl(name, args, ret_type): argument
45 ret_type=c_type(ret_type), name=c_fun(name), args=arglist).strip()
47 def gen_sync_call(name, args, ret_type, indent=0): argument
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): argument
75 if not ret_type:
79 def gen_visitor_output_containers_decl(ret_type): argument
82 if ret_type:
[all …]
/external/llvm/include/llvm/Support/
DCasting.h147 typedef To& ret_type; // Normal case, return Ty&
150 typedef const To &ret_type; // Normal case, return Ty&
154 typedef To* ret_type; // Pointer arg case, return Ty*
158 typedef const To* ret_type; // Constant pointer arg case, return const Ty*
162 typedef const To* ret_type; // Constant pointer arg case, return const Ty*
171 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type;
177 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;
183 typename simplify_type<From>::SimpleType>::ret_type ret_type;
191 static typename cast_retty<To, From>::ret_type doit(From &Val) {
200 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) {
[all …]
/external/clang/utils/VtableTest/
Dgen.cc157 int ret_type = 0; in gs() local
159 ret_type = random() % s + 1; in gs()
160 if (!base_present[s][ret_type] in gs()
161 || !base_present[ret_type][ret_types[s][fn]]) in gs()
165 ret_type = ret_types[s][fn]; in gs()
167 ret_type = s; in gs()
170 ret_types[s][fn] = ret_type; in gs()
172 if (ret_type) { in gs()
173 g(" virtual s"); g(ret_type); g("* fun"); in gs()
177 if (ret_type) in gs()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c58 LLVMTypeRef ret_type, in lp_declare_intrinsic() argument
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
82 LLVMTypeRef ret_type, in lp_build_intrinsic() argument
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args); in lp_build_intrinsic()
111 LLVMTypeRef ret_type, in lp_build_intrinsic_unary() argument
114 return lp_build_intrinsic(builder, name, ret_type, &a, 1); in lp_build_intrinsic_unary()
121 LLVMTypeRef ret_type, in lp_build_intrinsic_binary() argument
130 return lp_build_intrinsic(builder, name, ret_type, args, 2); in lp_build_intrinsic_binary()
226 LLVMTypeRef ret_type, in lp_build_intrinsic_map() argument
231 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type); in lp_build_intrinsic_map()
[all …]
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,
Dlp_bld_assert.c67 LLVMTypeRef ret_type; in lp_build_assert() local
74 ret_type = LLVMVoidTypeInContext(context); in lp_build_assert()
80 ret_type, arg_types, Elements(arg_types), in lp_build_assert()
Dlp_bld_format_aos.c543 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
547 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
552 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
648 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
651 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
659 ret_type, in lp_build_fetch_rgba_aos()
Dlp_bld_const.h160 LLVMTypeRef ret_type,
Dlp_bld_const.c464 LLVMTypeRef ret_type, in lp_build_const_func_pointer() argument
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c58 LLVMTypeRef ret_type, in lp_declare_intrinsic() argument
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
82 LLVMTypeRef ret_type, in lp_build_intrinsic() argument
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args); in lp_build_intrinsic()
111 LLVMTypeRef ret_type, in lp_build_intrinsic_unary() argument
114 return lp_build_intrinsic(builder, name, ret_type, &a, 1); in lp_build_intrinsic_unary()
121 LLVMTypeRef ret_type, in lp_build_intrinsic_binary() argument
130 return lp_build_intrinsic(builder, name, ret_type, args, 2); in lp_build_intrinsic_binary()
226 LLVMTypeRef ret_type, in lp_build_intrinsic_map() argument
231 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type); in lp_build_intrinsic_map()
[all …]
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,
Dlp_bld_assert.c67 LLVMTypeRef ret_type; in lp_build_assert() local
74 ret_type = LLVMVoidTypeInContext(context); in lp_build_assert()
80 ret_type, arg_types, Elements(arg_types), in lp_build_assert()
Dlp_bld_format_aos.c543 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
547 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
552 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
648 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
651 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
659 ret_type, in lp_build_fetch_rgba_aos()
Dlp_bld_const.h160 LLVMTypeRef ret_type,
Dlp_bld_const.c464 LLVMTypeRef ret_type, in lp_build_const_func_pointer() argument
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c153 LLVMTypeRef ret_type; in use_sgpr() local
161 ret_type = LLVMFloatTypeInContext(gallivm->context); in use_sgpr()
162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr()
166 ret_type = LLVMInt32TypeInContext(gallivm->context); in use_sgpr()
171 ret_type= LLVMInt64TypeInContext(gallivm->context); in use_sgpr()
176 ret_type = LLVMInt32TypeInContext(gallivm->context); in use_sgpr()
177 ret_type = LLVMVectorType(ret_type, 4); in use_sgpr()
178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr()
183 ret_type = LLVMInt32TypeInContext(gallivm->context); in use_sgpr()
184 ret_type = LLVMVectorType(ret_type, 8); in use_sgpr()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c153 LLVMTypeRef ret_type; in use_sgpr() local
161 ret_type = LLVMFloatTypeInContext(gallivm->context); in use_sgpr()
162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr()
166 ret_type = LLVMInt32TypeInContext(gallivm->context); in use_sgpr()
171 ret_type= LLVMInt64TypeInContext(gallivm->context); in use_sgpr()
176 ret_type = LLVMInt32TypeInContext(gallivm->context); in use_sgpr()
177 ret_type = LLVMVectorType(ret_type, 4); in use_sgpr()
178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr()
183 ret_type = LLVMInt32TypeInContext(gallivm->context); in use_sgpr()
184 ret_type = LLVMVectorType(ret_type, 8); in use_sgpr()
[all …]
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc350 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \ argument
352 ret_type res = REAL(func)(__VA_ARGS__); \
358 #define INTERCEPTOR_STRTO(ret_type, func) \ argument
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) \ argument
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) \ argument
369 INTERCEPTOR(ret_type, func, const char *nptr, char **endptr, void *loc) { \
[all …]
/external/e2fsprogs/lib/blkid/
Dblkid.h98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
Dtag.c224 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) in blkid_parse_tag_string() argument
248 *ret_type = name; in blkid_parse_tag_string()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm.h163 LLVMTypeRef ret_type,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
Dradeon_llvm.h163 LLVMTypeRef ret_type,
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp367 clang::QualType ret_type = BuildType(ast_ctx, m_type_vector[0].c_str()); in BuildMethod() local
369 if (ret_type.isNull()) in BuildMethod()
376 ret_type, in BuildMethod()
/external/compiler-rt/lib/msandr/
Dmsandr.cc722 drsys_param_type_t ret_type; in event_pre_syscall() local
739 res = drsys_syscall_return_type(syscall, &ret_type); in event_pre_syscall()
741 CHECK(ret_type != DRSYS_TYPE_INVALID); in event_pre_syscall()
742 CHECK(!known || ret_type != DRSYS_TYPE_UNKNOWN); in event_pre_syscall()

12