Searched defs:cast_retty_impl (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/Support/
H A DCasting.h146 template<class To, class From> struct cast_retty_impl { struct in namespace:llvm
149 template<class To, class From> struct cast_retty_impl<To, const From> { struct in namespace:llvm
153 template<class To, class From> struct cast_retty_impl<To, From*> { struct in namespace:llvm
157 template<class To, class From> struct cast_retty_impl<To, const From*> { struct in namespace:llvm
161 template<class To, class From> struct cast_retty_impl<To, const From*const> { struct in namespace:llvm
169 // simplifier to reduce the type, then reuse cast_retty_impl to get the
177 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;

Completed in 76 milliseconds