HomeSort by relevance Sort by last modified time
    Searched refs:ret_type (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/compiler-rt/lib/interception/
interception.h 122 # define DECLARE_WRAPPER(ret_type, func, ...)
128 # define DECLARE_WRAPPER(ret_type, func, ...) \
129 extern "C" ret_type func(__VA_ARGS__);
130 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \
131 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
139 # define DECLARE_WRAPPER(ret_type, func, ...) \
140 extern "C" ret_type func(__VA_ARGS__) \
146 # define DECLARE_WRAPPER(ret_type, func, ...) \
147 extern "C" ret_type func(__VA_ARGS__) \
156 # define DECLARE_REAL(ret_type, func, ...)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.h 69 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,
lp_bld_assert.c 67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, ARRAY_SIZE(arg_types),
lp_bld_intr.c 103 LLVMTypeRef ret_type,
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
187 LLVMTypeRef ret_type,
207 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
231 LLVMTypeRef ret_type,
234 return lp_build_intrinsic(builder, name, ret_type, &a, 1, 0);
241 LLVMTypeRef ret_type,
250 return lp_build_intrinsic(builder, name, ret_type, args, 2, 0);
346 LLVMTypeRef ret_type,
351 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type);
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 147 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_type typedef in struct:llvm::cast_retty
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 146 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
149 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
182 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Casting.h 123 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
126 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
130 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
134 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
138 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
147 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
153 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
159 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 157 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/python/cpython2/Modules/_ctypes/libffi/src/bfin/
ffi.c 122 int ret_type = cif->flags; local
130 ffi_call_SYSV(cif->bytes, &ecif, ffi_prep_args, ret_type, ecif.rvalue, fn);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_rpc_glue.c 86 #define LOC_GLUE_CHECK_INIT(ret_type) \
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_rpc_glue.c 86 #define LOC_GLUE_CHECK_INIT(ret_type) \
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_rpc_glue.c 86 #define LOC_GLUE_CHECK_INIT(ret_type) \
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_rpc_glue.c 86 #define LOC_GLUE_CHECK_INIT(ret_type) \
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_rpc_glue.c 86 #define LOC_GLUE_CHECK_INIT(ret_type) \
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
loc_api_rpc_glue.c 86 #define LOC_GLUE_CHECK_INIT(ret_type) \
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 406 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \
408 ret_type res = REAL(func)(__VA_ARGS__); \
412 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \
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) \
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) \
424 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr,
    [all...]
  /external/e2fsprogs/lib/blkid/
blkid.h 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,

Completed in 506 milliseconds

1 2 3