Searched refs:MaxAlignmentExponent (Results 1 – 3 of 3) sorted by relevance
548 static const unsigned MaxAlignmentExponent = 29; variable549 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
654 static const unsigned MaxAlignmentExponent = 29; variable655 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
1551 if (Exponent > Value::MaxAlignmentExponent + 1) in parseAlignmentValue()