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;
   80       typename std::add_const<T>::type>::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
 1592       add_const<typename add_volatile<_Tp>::type>::type     type;
 1613     using add_const_t = typename add_const<_Tp>::type;
usr/include/c++/7.4.0/utility
  138       typedef typename add_const<__tuple_element_t<__i, _Tp>>::type type;