reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/Casting.h
  176   using ret_type = const To *; // Constant pointer arg case, return const Ty*

References

include/llvm/Support/Casting.h
  186   using PointerType = typename cast_retty_impl<To, From *>::ret_type;
  204   using ret_type = typename cast_retty_impl<To,FromTy>::ret_type;