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

References

include/llvm/IR/ValueMap.h
  246   using KeySansPointerT = typename std::remove_pointer<KeyT>::type;
include/llvm/Support/Casting.h
  187   using ResultType = typename std::remove_pointer<PointerType>::type;
include/llvm/Support/GenericDomTree.h
  228   using ParentType = typename std::remove_pointer<ParentPtr>::type;
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;
  651     if (std::is_class<typename std::remove_pointer<
unittests/ADT/DenseSetTest.cpp
   17 static_assert(std::is_const<std::remove_pointer<
unittests/ADT/TinyPtrVectorTest.cpp
   25 template <typename T> struct RemovePointer : std::remove_pointer<T> {};
unittests/Support/ThreadLocalTest.cpp
   29       std::is_const<std::remove_pointer<decltype(x.get())>::type>::value,
   44       !std::is_const<std::remove_pointer<decltype(y.get())>::type>::value,
usr/include/c++/7.4.0/bits/unique_ptr.h
  442                          typename remove_pointer<_Up>::type(*)[],
usr/include/c++/7.4.0/type_traits
 2009     using remove_pointer_t = typename remove_pointer<_Tp>::type;