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

References

include/llvm/ADT/PointerEmbeddedInt.h
   32 template <typename IntT, int Bits = sizeof(IntT) * CHAR_BIT>
   61   PointerEmbeddedInt(IntT I) { *this = I; }
   63   PointerEmbeddedInt &operator=(IntT I) {
   72   operator IntT() const {
   73     if (std::is_signed<IntT>::value)