Searched refs:cast_retty_impl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCasting.h125 template<class To, class From> struct cast_retty_impl { struct in namespace:llvm
128 template<class To, class From> struct cast_retty_impl<To, const From> { struct in namespace:llvm
132 template<class To, class From> struct cast_retty_impl<To, From*> { struct in namespace:llvm
136 template<class To, class From> struct cast_retty_impl<To, const From*> { struct in namespace:llvm
140 template<class To, class From> struct cast_retty_impl<To, const From*const> { struct in namespace:llvm
148 // simplifier to reduce the type, then reuse cast_retty_impl to get the
156 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;

Completed in 142 milliseconds