Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/interception/
Dinterception.h122 # define DECLARE_WRAPPER(ret_type, func, ...) argument
128 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
129 extern "C" ret_type func(__VA_ARGS__);
130 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
131 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
139 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
140 extern "C" ret_type func(__VA_ARGS__) \
146 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
147 extern "C" ret_type func(__VA_ARGS__) \
156 # define DECLARE_REAL(ret_type, func, ...) \ argument
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCasting.h123 typedef To& ret_type; // Normal case, return Ty&
126 typedef const To &ret_type; // Normal case, return Ty&
130 typedef To* ret_type; // Pointer arg case, return Ty*
134 typedef const To* ret_type; // Constant pointer arg case, return const Ty*
138 typedef const To* ret_type; // Constant pointer arg case, return const Ty*
147 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type;
153 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;
159 typename simplify_type<From>::SimpleType>::ret_type ret_type;
167 static typename cast_retty<To, From>::ret_type doit(const From &Val) {
176 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) {
[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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h146 typedef To& ret_type; // Normal case, return Ty&
149 typedef const To &ret_type; // Normal case, return Ty&
153 typedef To* ret_type; // Pointer arg case, return Ty*
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty*
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty*
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type;
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;
182 typename simplify_type<From>::SimpleType>::ret_type ret_type;
190 static typename cast_retty<To, From>::ret_type doit(From &Val) {
199 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.c103 LLVMTypeRef ret_type, in lp_declare_intrinsic() argument
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
187 LLVMTypeRef ret_type, in lp_build_intrinsic() argument
207 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args); in lp_build_intrinsic()
231 LLVMTypeRef ret_type, in lp_build_intrinsic_unary() argument
234 return lp_build_intrinsic(builder, name, ret_type, &a, 1, 0); in lp_build_intrinsic_unary()
241 LLVMTypeRef ret_type, in lp_build_intrinsic_binary() argument
250 return lp_build_intrinsic(builder, name, ret_type, args, 2, 0); in lp_build_intrinsic_binary()
346 LLVMTypeRef ret_type, in lp_build_intrinsic_map() argument
351 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type); in lp_build_intrinsic_map()
[all …]
Dlp_bld_intr.h69 LLVMTypeRef ret_type,
81 LLVMTypeRef ret_type,
90 LLVMTypeRef ret_type,
97 LLVMTypeRef ret_type,
114 LLVMTypeRef ret_type,
122 LLVMTypeRef ret_type,
129 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, ARRAY_SIZE(arg_types), in lp_build_assert()
Dlp_bld_format_aos.c793 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
797 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
802 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
898 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
901 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
909 ret_type, in lp_build_fetch_rgba_aos()
Dlp_bld_format_cached.c172 LLVMTypeRef ret_type; in update_cached_block() local
178 ret_type = LLVMVoidTypeInContext(gallivm->context); in update_cached_block()
183 function_type = LLVMFunctionType(ret_type, arg_types, in update_cached_block()
Dlp_bld_const.c468 LLVMTypeRef ret_type, in lp_build_const_func_pointer() argument
476 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
Dlp_bld_const.h162 LLVMTypeRef ret_type,
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc406 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \ argument
408 ret_type res = REAL(func)(__VA_ARGS__); \
412 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument
413 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr) { \
414 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr); \
417 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument
418 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
420 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, base); \
423 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument
424 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dffi.c122 int ret_type = cif->flags; in ffi_call() local
130 ffi_call_SYSV(cif->bytes, &ecif, ffi_prep_args, ret_type, ecif.rvalue, fn); in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
Dffi.c506 int ret_type = cif->flags; in ffi_call() local
516 if (ret_type == FFI390_RET_STRUCT) in ffi_call()
519 ret_type = FFI390_RET_VOID; in ffi_call()
526 ret_type, ecif.rvalue, fn); in ffi_call()
Dsysv.S39 # r5: ret_type
242 # r5: ret_type
/external/python/cpython2/Lib/test/
Dtest_winreg.py351 ret_val, ret_type = QueryValueEx(ck, "test_name")
352 self.assertEqual(ret_type, REG_DWORD)
364 ret_val, ret_type = QueryValueEx(ck, "test_name")
365 self.assertEqual(ret_type, REG_BINARY)
/external/e2fsprogs/lib/blkid/
Dblkid.h98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
Dtag.c225 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) in blkid_parse_tag_string() argument
249 *ret_type = name; in blkid_parse_tag_string()
Dblkid.h.in98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
/external/webrtc/webrtc/base/
Dx11windowpicker.cc285 Atom ret_type; in GetWindowIcon() local
293 &ret_type, &format, &length, &size, &data) == Success && in GetWindowIcon()
305 &ret_type, &format, &length, &bytes_after, &data) == Success && in GetWindowIcon()
/external/mesa3d/src/compiler/glsl/tests/lower_jumps/
Dcreate_test_cases.py33 def make_test_case(f_name, ret_type, body): argument
65 [['function', f_name, ['signature', ret_type, ['parameters'], body]]]
/external/f2fs-tools/fsck/
Dmount.c1242 unsigned int segno, int *ret_type) in get_sum_block() argument
1250 *ret_type= SEG_TYPE_MAX; in get_sum_block()
1260 *ret_type = -SEG_TYPE_CUR_NODE; in get_sum_block()
1262 *ret_type = SEG_TYPE_CUR_NODE; in get_sum_block()
1275 *ret_type = -SEG_TYPE_CUR_DATA; in get_sum_block()
1277 *ret_type = SEG_TYPE_CUR_DATA; in get_sum_block()
1290 *ret_type = SEG_TYPE_NODE; in get_sum_block()
1292 *ret_type = SEG_TYPE_DATA; in get_sum_block()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1374 LLVMTypeRef main_fn_type, ret_type; in si_llvm_create_func() local
1378 ret_type = LLVMStructTypeInContext(ctx->gallivm.context, in si_llvm_create_func()
1382 ret_type = LLVMVoidTypeInContext(ctx->gallivm.context); in si_llvm_create_func()
1385 ctx->return_type = ret_type; in si_llvm_create_func()
1386 main_fn_type = LLVMFunctionType(ret_type, ParamTypes, ParamCount, 0); in si_llvm_create_func()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1428 struct vtn_type *ret_type = vtn_value(b, w[1], vtn_value_type_type)->type; in vtn_handle_texture() local
1649 is_shadow && glsl_get_components(ret_type->type) == 1; in vtn_handle_texture()
1698 assert(glsl_get_vector_elements(ret_type->type) == in vtn_handle_texture()
1756 val->ssa = vtn_create_ssa_value(b, ret_type->type); in vtn_handle_texture()

12