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

1 2 3 4

  /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-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-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/darwin-x86/clang-4393122/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Casting.h 156 using ret_type = To &; // Normal case, return Ty&
159 using ret_type = const To &; // Normal case, return Ty&
163 using ret_type = To *; // Pointer arg case, return Ty*
167 using ret_type = const To *; // Constant pointer arg case, return const Ty*
171 using ret_type = const To *; // Constant pointer arg case, return const Ty*
177 using PointerType = typename cast_retty_impl<To, From *>::ret_type;
181 using ret_type = std::unique_ptr<ResultType>;
189 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
195 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type
    [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/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);
  /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);
  /external/python/cpython3/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);

Completed in 876 milliseconds

1 2 3 4