reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3059 ShiftSize = 12; 3064 ShiftSize = 0; 3086 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; 3091 ThisVal = ThisVal >> ShiftSize; 3092 LocalShiftSize = ShiftSize; 3094 assert((ThisVal >> ShiftSize) <= MaxEncoding && 3099 if (ShiftSize)