reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
83 return NotMask; 87 Value &= ~Rhs.NotMask; 89 NotMask |= Rhs.NotMask; 89 NotMask |= Rhs.NotMask; 94 Value &= ~Rhs.NotMask; 96 NotMask |= Rhs.NotMask; 96 NotMask |= Rhs.NotMask; 101 Value &= ~Rhs.NotMask; 103 NotMask |= Rhs.NotMask; 103 NotMask |= Rhs.NotMask; 108 Value &= ~Rhs.NotMask; 110 NotMask |= Rhs.NotMask; 110 NotMask |= Rhs.NotMask; 114 IntWithNotMask operator-() const { return {-Value, NotMask}; }