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

References

include/llvm/ADT/STLExtras.h
   75       typename std::add_pointer<typename std::add_const<T>::type>::type;
include/llvm/Analysis/RegionInfoImpl.h
  727   using FuncPtrT = typename std::add_pointer<FuncT>::type;
  915   using FuncPtrT = typename std::add_pointer<FuncT>::type;
usr/include/c++/7.4.0/type_traits
 2112     { typedef typename add_pointer<_Up>::type __type; };