reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3058 MaxEncoding = 0xfff; 3063 MaxEncoding = 31; 3066 MaxEncoding = 32; 3086 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; 3090 if (ThisVal > MaxEncoding) { 3094 assert((ThisVal >> ShiftSize) <= MaxEncoding &&