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

  /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/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);

Completed in 112 milliseconds