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

  /external/compiler-rt/lib/interception/
interception.h 93 # define DECLARE_WRAPPER(ret_type, convention, func, ...)
104 # define DECLARE_WRAPPER(ret_type, convention, func, ...)
109 # define DECLARE_WRAPPER(ret_type, convention, func, ...) \
110 extern "C" ret_type convention func(__VA_ARGS__) \
119 # define DECLARE_REAL(ret_type, func, ...) \
120 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
126 # define DECLARE_REAL(ret_type, func, ...) \
127 extern "C" ret_type func(__VA_ARGS__);
130 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
131 DECLARE_REAL(ret_type, func, ##__VA_ARGS__)
    [all...]
  /external/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/compiler-rt/lib/asan/
asan_intercepted_functions.h 74 #define DECLARE_FUNCTION_AND_WRAPPER(ret_type, func, ...) \
75 ret_type func(__VA_ARGS__); \
76 ret_type WRAP(func)(__VA_ARGS__)
  /external/e2fsprogs/lib/blkid/
blkid.h 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
blkid.h.in 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
tag.c 224 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val)
248 *ret_type = name;
  /external/libffi/src/s390/
ffi.c 506 int ret_type = cif->flags; local
516 if (ret_type == FFI390_RET_STRUCT)
519 ret_type = FFI390_RET_VOID;
526 ret_type, ecif.rvalue, fn);
sysv.S 39 # r5: ret_type
242 # r5: ret_type
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]

Completed in 777 milliseconds