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

Declarations

usr/include/c++/7.4.0/type_traits
 1983     { typedef _Up     type; };

References

include/llvm/Support/type_traits.h
   60   using type = const typename std::remove_pointer<T>::type *;
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  324     typedef typename std::remove_pointer<T>::type UnderlyingT;
  341     typedef typename std::remove_pointer<T>::type UnderlyingT;
  652             typename std::remove_reference<Result>::type>::type>::value) {
unittests/ADT/TinyPtrVectorTest.cpp
   31   typedef typename RemovePointer<PointerTy>::type type;
   38   typedef typename RemovePointer<PtrT>::type ValueT;