Searched refs:ret_type (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception.h | 93 # define DECLARE_WRAPPER(ret_type, convention, func, ...) argument 104 # define DECLARE_WRAPPER(ret_type, convention, func, ...) argument 109 # define DECLARE_WRAPPER(ret_type, convention, func, ...) \ argument 110 extern "C" ret_type convention func(__VA_ARGS__) \ 119 # define DECLARE_REAL(ret_type, func, ...) \ argument 120 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 126 # define DECLARE_REAL(ret_type, func, ...) \ argument 127 extern "C" ret_type func(__VA_ARGS__); 130 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument 131 DECLARE_REAL(ret_type, func, ##__VA_ARGS__) \ [all …]
|
/external/llvm/include/llvm/Support/ |
D | Casting.h | 123 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/clang/utils/VtableTest/ |
D | gen.cc | 157 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/compiler-rt/lib/asan/ |
D | asan_intercepted_functions.h | 74 #define DECLARE_FUNCTION_AND_WRAPPER(ret_type, func, ...) \ argument 75 ret_type func(__VA_ARGS__); \ 76 ret_type WRAP(func)(__VA_ARGS__)
|
/external/libffi/src/s390/ |
D | ffi.c | 506 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()
|
D | sysv.S | 39 # r5: ret_type 242 # r5: ret_type
|
/external/e2fsprogs/lib/blkid/ |
D | blkid.h | 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
|
D | tag.c | 224 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()
|
D | blkid.h.in | 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
|