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;
tools/clang/include/clang/AST/OpenMPClause.h
 6272 using const_ptr = typename std::add_pointer<typename std::add_const<T>::type>;
usr/include/c++/7.4.0/type_traits
 2013     using add_pointer_t = typename add_pointer<_Tp>::type;
 2112     { typedef typename add_pointer<_Up>::type __type; };