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

References

include/llvm/ADT/PointerEmbeddedInt.h
   61   PointerEmbeddedInt(IntT I) { *this = I; }
   72   operator IntT() const {
   73     if (std::is_signed<IntT>::value)
   83   using T = PointerEmbeddedInt<IntT, Bits>;
include/llvm/Analysis/MemoryDependenceAnalysis.h
  121       PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
usr/include/c++/7.4.0/type_traits
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  742     : public __is_signed_helper<_Tp>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;